File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / igmpproxy / src / Makefile.am
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 17:00:29 2012 UTC (12 years, 4 months ago) by misho
Branches: igmpproxy, MAIN
CVS tags: v0_1p0, v0_1, HEAD
igmpproxy

    1: sbin_PROGRAMS = igmpproxy
    2: igmpproxy_SOURCES = \
    3: 	callout.c \
    4: 	config.c \
    5: 	confread.c \
    6: 	ifvc.c \
    7: 	igmp.c \
    8: 	igmpproxy.c \
    9: 	igmpproxy.h \
   10: 	kern.c \
   11: 	lib.c \
   12: 	mcgroup.c \
   13: 	mroute-api.c \
   14: 	os-dragonfly.h \
   15: 	os-freebsd.h \
   16: 	os-linux.h \
   17: 	os-netbsd.h \
   18: 	os-openbsd.h \
   19: 	request.c \
   20: 	rttable.c \
   21: 	syslog.c \
   22: 	udpsock.c

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>