summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtadvd/Makefile
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2011-05-31 12:54:32 +0000
committerhrs <hrs@FreeBSD.org>2011-05-31 12:54:32 +0000
commitbf953fdd578951ac90740831931fc9d46d7213e0 (patch)
treece0a2d30fe252402fa8af467b6707dad15d3155e /usr.sbin/rtadvd/Makefile
parent44b307b34139603f9baa4ad13e4eae27fe63922c (diff)
downloadFreeBSD-src-bf953fdd578951ac90740831931fc9d46d7213e0.zip
FreeBSD-src-bf953fdd578951ac90740831931fc9d46d7213e0.tar.gz
- Remove #ifdef RDNSS.
- Style(9). - Define sin6_{linklocal,sitelocal}_all{nodes,routers} vars consistently.
Diffstat (limited to 'usr.sbin/rtadvd/Makefile')
-rw-r--r--usr.sbin/rtadvd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rtadvd/Makefile b/usr.sbin/rtadvd/Makefile
index 29c26fe..9dbfc99 100644
--- a/usr.sbin/rtadvd/Makefile
+++ b/usr.sbin/rtadvd/Makefile
@@ -21,7 +21,7 @@ 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 -DRDNSS
+CFLAGS+= -DHAVE_ARC4RANDOM -DHAVE_POLL_H -DROUTEINFO
WARNS?= 1
OpenPOWER on IntegriCloud