diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-07-30 22:24:49 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-07-30 22:24:49 +0000 |
commit | 8f8968006824e23ac888c36b119b28a019d1faa2 (patch) | |
tree | 2457b0ca7255d4f80fea253921eec882a56bee34 /sbin/routed/Makefile | |
parent | 41488b8b4aff0afcea12013f2220c254191a4060 (diff) |
update to sgi-02apr97
still have problems w/ defaults from pppd
Diffstat (limited to 'sbin/routed/Makefile')
-rw-r--r-- | sbin/routed/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile index 137c08c6c00..0751fee659d 100644 --- a/sbin/routed/Makefile +++ b/sbin/routed/Makefile @@ -1,14 +1,13 @@ -# $OpenBSD: Makefile,v 1.5 1996/09/06 13:05:51 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 1997/07/30 22:24:39 mickey Exp $ # @(#)Makefile 8.1 (Berkeley) 6/19/93 PROG= routed SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c MAN= routed.8 +SUBDIR= rtquery +# this is for /sys/net/radix.c only CFLAGS+=-D_ROUTED -D'min(a,b)=(a < b ? a : b)' -D'log=syslog' CFLAGS+=-D'panic(s)={log(LOG_ERR,s); exit(1);}' -SUBDIR= rtquery -DPADD= ${LIBCOMPAT} -LDADD= -lcompat # Do *NOT* turn this flag on unless you like security holes #CFLAGS+=-DPERMIT_TRACE |