summaryrefslogtreecommitdiffstats
path: root/sbin/rtsol/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 /sbin/rtsol/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 'sbin/rtsol/Makefile')
-rw-r--r--sbin/rtsol/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/rtsol/Makefile b/sbin/rtsol/Makefile
index a2bd040..8356ea4 100644
--- a/sbin/rtsol/Makefile
+++ b/sbin/rtsol/Makefile
@@ -21,6 +21,6 @@ SRCS= rtsold.c rtsol.c if.c probe.c dump.c rtsock.c
MAN=
WARNS?= 3
-CFLAGS+= -DHAVE_ARC4RANDOM -DSMALL
+CFLAGS+= -DSMALL
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud