summaryrefslogtreecommitdiff
path: root/usr.sbin/rtadvd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/rtadvd/Makefile')
-rw-r--r--usr.sbin/rtadvd/Makefile6
1 files changed, 3 insertions, 3 deletions
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>