diff options
author | abial <abial@FreeBSD.org> | 1999-02-08 21:48:31 +0000 |
---|---|---|
committer | abial <abial@FreeBSD.org> | 1999-02-08 21:48:31 +0000 |
commit | 80aaf3a0e260d90eea75489e0864b74acc549568 (patch) | |
tree | 2e5defe2e1976a2c9578f8c4b72b93cd1b784efa /usr.sbin/mrouted | |
parent | dd5f24e20cdd683adbb5885bb01814ac81fbc90b (diff) | |
download | FreeBSD-src-80aaf3a0e260d90eea75489e0864b74acc549568.zip FreeBSD-src-80aaf3a0e260d90eea75489e0864b74acc549568.tar.gz |
Patch to make mrouted more friendly with crunchgen.
Reviewed by: fenner, wollman
Submitted by: luigi
Diffstat (limited to 'usr.sbin/mrouted')
-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 |