Annotation of embedaddon/igmpproxy/src/Makefile.am, revision 1.1
1.1 ! misho 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>