summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtadvd/Makefile
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2010-12-22 23:58:21 +0000
committerdelphij <delphij@FreeBSD.org>2010-12-22 23:58:21 +0000
commit4684999621d3b4b042e5f8ca953e8a94a8626f11 (patch)
tree52cdebab50afb7f41405e2c826dfb2a1a0eae4fd /usr.sbin/rtadvd/Makefile
parent71a1f7ac01372cab54938b82686da247a2117f93 (diff)
downloadFreeBSD-src-4684999621d3b4b042e5f8ca953e8a94a8626f11.zip
FreeBSD-src-4684999621d3b4b042e5f8ca953e8a94a8626f11.tar.gz
Allow overriding pidfile and dumpfile.
PR: bin/153362 Submitted by: Joe Holden <joe rewt org uk> MFC after: 1 month
Diffstat (limited to 'usr.sbin/rtadvd/Makefile')
-rw-r--r--usr.sbin/rtadvd/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/rtadvd/Makefile b/usr.sbin/rtadvd/Makefile
index 90b45f1..28a8314 100644
--- a/usr.sbin/rtadvd/Makefile
+++ b/usr.sbin/rtadvd/Makefile
@@ -18,6 +18,9 @@ PROG= rtadvd
MAN= rtadvd.conf.5 rtadvd.8
SRCS= rtadvd.c rrenum.c advcap.c if.c config.c timer.c dump.c
+DPADD= ${LIBUTIL}
+LDADD= -lutil
+
CFLAGS+= -DHAVE_ARC4RANDOM -DHAVE_POLL_H -DROUTEINFO
WARNS?= 1
OpenPOWER on IntegriCloud