summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtadvd/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-07-05 22:09:50 +0000
committerkris <kris@FreeBSD.org>2000-07-05 22:09:50 +0000
commitbe25e6d5a3011595e06fb10a53a7587b25568915 (patch)
treed63aea49b1873cbe6c9664cfc5aadb668f5175f1 /usr.sbin/rtadvd/Makefile
parent13d90d944f154efa9feb5a06266329c85d01f979 (diff)
downloadFreeBSD-src-be25e6d5a3011595e06fb10a53a7587b25568915.zip
FreeBSD-src-be25e6d5a3011595e06fb10a53a7587b25568915.tar.gz
Sync with latest KAME
Obtained from: KAME
Diffstat (limited to 'usr.sbin/rtadvd/Makefile')
-rw-r--r--usr.sbin/rtadvd/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/rtadvd/Makefile b/usr.sbin/rtadvd/Makefile
index 7b5d2a8..32e6425 100644
--- a/usr.sbin/rtadvd/Makefile
+++ b/usr.sbin/rtadvd/Makefile
@@ -14,11 +14,11 @@
# $FreeBSD$
PROG= rtadvd
-SRCS= rtadvd.c rrenum.c advcap.c if.c config.c timer.c
+SRCS= rtadvd.c rrenum.c advcap.c if.c config.c timer.c dump.c
-CFLAGS+=-DINET6 -DIPSEC
-LDADD+= -lcompat -lipsec
-DPADD+= ${LIBCOMPAT} ${LIBIPSEC}
+CFLAGS+=-DINET6
+LDADD+= -lcompat
+DPADD+= ${LIBCOMPAT}
MAN5= rtadvd.conf.5
MAN8= rtadvd.8
OpenPOWER on IntegriCloud