diff options
-rw-r--r-- | sbin/routed/Makefile | 4 | ||||
-rw-r--r-- | usr.sbin/rtadvd/Makefile | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile index e1ed920c855..8f9d3eb1d56 100644 --- a/sbin/routed/Makefile +++ b/sbin/routed/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2002/11/20 20:45:07 deraadt Exp $ +# $OpenBSD: Makefile,v 1.12 2003/05/09 00:07:09 millert Exp $ PROG= routed SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c @@ -6,8 +6,6 @@ MAN= routed.8 CFLAGS+=-D_ROUTED -D'min(a,b)=(a < b ? a : b)' -D'log=syslog' CFLAGS+=-D'panic(s)={log(LOG_ERR, "%s", s); exit(1);}' SUBDIR= rtquery -DPADD= ${LIBCOMPAT} -LDADD= -lcompat # Do *NOT* turn this flag on unless you like security holes #CFLAGS+=-DPERMIT_TRACE diff --git a/usr.sbin/rtadvd/Makefile b/usr.sbin/rtadvd/Makefile index 1c43318ea5b..858ef13d1ec 100644 --- a/usr.sbin/rtadvd/Makefile +++ b/usr.sbin/rtadvd/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2001/12/01 23:27:23 miod Exp $ +# $OpenBSD: Makefile,v 1.4 2003/05/09 00:07:09 millert Exp $ PROG= rtadvd SRCS= rtadvd.c rrenum.c advcap.c if.c config.c timer.c dump.c CPPFLAGS+=-DINET6 -LDADD+= -lcompat -lutil -DPADD+= ${LIBCOMPAT} ${LIBUTIL} +LDADD+= -lutil +DPADD+= ${LIBUTIL} MAN= rtadvd.8 rtadvd.conf.5 .include <bsd.prog.mk> |