summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtsold
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2003-02-11 02:25:00 +0000
committerache <ache@FreeBSD.org>2003-02-11 02:25:00 +0000
commit9f45192eda49112901d18653ccd1d060778a079e (patch)
tree9014d71391267c3f1e18d23c61cb5f52c1039de7 /usr.sbin/rtsold
parentfdbf9035ade76f0ecefa481db9e3f414956a44ac (diff)
downloadFreeBSD-src-9f45192eda49112901d18653ccd1d060778a079e.zip
FreeBSD-src-9f45192eda49112901d18653ccd1d060778a079e.tar.gz
Add -DHAVE_ARC4RANDOM to CFLAGS
Diffstat (limited to 'usr.sbin/rtsold')
-rw-r--r--usr.sbin/rtsold/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rtsold/Makefile b/usr.sbin/rtsold/Makefile
index eb9b905..b2d5c6b0 100644
--- a/usr.sbin/rtsold/Makefile
+++ b/usr.sbin/rtsold/Makefile
@@ -19,7 +19,7 @@ MAN= rtsold.8
MLINKS= rtsold.8 rtsol.8
SRCS= rtsold.c rtsol.c if.c probe.c dump.c rtsock.c
-CFLAGS+= -DINET6 -DHAVE_GETIFADDRS
+CFLAGS+= -DINET6 -DHAVE_GETIFADDRS -DHAVE_ARC4RANDOM
LDADD= -lkvm
DPADD= ${LIBKVM}
OpenPOWER on IntegriCloud