summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtsold/Makefile
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2015-10-06 23:42:58 +0000
committerdelphij <delphij@FreeBSD.org>2015-10-06 23:42:58 +0000
commit4ba30d91494662c0c17326df30fee38261f9d6ce (patch)
treec66679f47f5b5ea09b5747129b834b5ab09052b3 /usr.sbin/rtsold/Makefile
parent4437aff4a8f03ebd6cfe0319fd468338e7affe5e (diff)
downloadFreeBSD-src-4ba30d91494662c0c17326df30fee38261f9d6ce.zip
FreeBSD-src-4ba30d91494662c0c17326df30fee38261f9d6ce.tar.gz
Now that we own the code, use arc4random(3) unconditionally
and remove the corresponding HAVE_ARC4RANDOM conditions. MFC after: 2 weeks
Diffstat (limited to 'usr.sbin/rtsold/Makefile')
-rw-r--r--usr.sbin/rtsold/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/rtsold/Makefile b/usr.sbin/rtsold/Makefile
index caef62c..84cf0b2 100644
--- a/usr.sbin/rtsold/Makefile
+++ b/usr.sbin/rtsold/Makefile
@@ -20,6 +20,5 @@ MLINKS= rtsold.8 rtsol.8
SRCS= rtsold.c rtsol.c if.c probe.c dump.c rtsock.c
WARNS?= 3
-CFLAGS+= -DHAVE_ARC4RANDOM
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud