summaryrefslogtreecommitdiffstats
path: root/sbin/rtsol
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2003-08-22 18:59:55 +0000
committerume <ume@FreeBSD.org>2003-08-22 18:59:55 +0000
commit8c2097f2a412d7920700e4ea8eb9669df7dd4f09 (patch)
tree827edcf4ec4ded8c3894f27f0bda3c206f25f99e /sbin/rtsol
parentaaad6435816489419bd2e94e89b3324d45783904 (diff)
downloadFreeBSD-src-8c2097f2a412d7920700e4ea8eb9669df7dd4f09.zip
FreeBSD-src-8c2097f2a412d7920700e4ea8eb9669df7dd4f09.tar.gz
use arc4random.
MFC after: 3 days
Diffstat (limited to 'sbin/rtsol')
-rw-r--r--sbin/rtsol/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/rtsol/Makefile b/sbin/rtsol/Makefile
index 337f8c3..d6baa1e 100644
--- a/sbin/rtsol/Makefile
+++ b/sbin/rtsol/Makefile
@@ -18,7 +18,7 @@ SRCDIR= ${.CURDIR}/../../usr.sbin/rtsold
PROG= rtsol
SRCS= rtsold.c rtsol.c if.c probe.c dump.c rtsock.c
-CFLAGS+=-DINET6 -DHAVE_POLL_H
+CFLAGS+=-DINET6 -DHAVE_ARC4RANDOM -DHAVE_POLL_H
WARNS= 0
NOMAN= yes
OpenPOWER on IntegriCloud