summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtadvd/Makefile
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2015-10-29 16:53:34 +0000
committerdelphij <delphij@FreeBSD.org>2015-10-29 16:53:34 +0000
commit73d04e0e3d8a68ad719134d40eb89a14bff4694e (patch)
tree810b6722357e4b14a7fe1799f71e3ea886cd8be5 /usr.sbin/rtadvd/Makefile
parentec25e45f25b186456ac1e61b723961d214efca64 (diff)
downloadFreeBSD-src-73d04e0e3d8a68ad719134d40eb89a14bff4694e.zip
FreeBSD-src-73d04e0e3d8a68ad719134d40eb89a14bff4694e.tar.gz
MFC r288963:
Now that we own the code, use arc4random(3) unconditionally and remove the corresponding HAVE_ARC4RANDOM conditions.
Diffstat (limited to 'usr.sbin/rtadvd/Makefile')
-rw-r--r--usr.sbin/rtadvd/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/rtadvd/Makefile b/usr.sbin/rtadvd/Makefile
index d48832d..b5c3796 100644
--- a/usr.sbin/rtadvd/Makefile
+++ b/usr.sbin/rtadvd/Makefile
@@ -22,8 +22,6 @@ SRCS= rtadvd.c rrenum.c advcap.c if.c config.c timer.c timer_subr.c \
DPADD= ${LIBUTIL}
LDADD= -lutil
-CFLAGS+= -DHAVE_ARC4RANDOM
-
WARNS?= 1
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud