diff options
-rw-r--r-- | usr.sbin/mrouted/mrouted/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/mrouted/mrouted/Makefile b/usr.sbin/mrouted/mrouted/Makefile index 1694495..1c45823 100644 --- a/usr.sbin/mrouted/mrouted/Makefile +++ b/usr.sbin/mrouted/mrouted/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.10 1998/05/05 13:19:13 bde Exp $ +# $Id: Makefile,v 1.11 1999/01/20 07:55:57 fenner Exp $ PROG= mrouted @@ -6,11 +6,9 @@ S= ${.CURDIR}/.. .PATH: $S CFLAGS+= -I$S YFLAGS= -DPADD= ${LIBMROUTED} -LDADD= ${LIBMROUTED} SRCS= config.c cfparse.y main.c route.c vif.c prune.c callout.c rsrr.c \ - ipip.c icmp.c vers.c + ipip.c icmp.c vers.c igmp.c inet.c kern.c CLEANFILES+= vers.c MAN8= mrouted.8 |