Patch to make mrouted more friendly with crunchgen.
Reviewed by: fenner, wollman Submitted by: luigi
This commit is contained in:
parent
7307d07db6
commit
bd5dcdaf0a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user