diff options
author | ache <ache@FreeBSD.org> | 2003-02-11 02:25:00 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2003-02-11 02:25:00 +0000 |
commit | 9f45192eda49112901d18653ccd1d060778a079e (patch) | |
tree | 9014d71391267c3f1e18d23c61cb5f52c1039de7 /usr.sbin | |
parent | fdbf9035ade76f0ecefa481db9e3f414956a44ac (diff) | |
download | FreeBSD-src-9f45192eda49112901d18653ccd1d060778a079e.zip FreeBSD-src-9f45192eda49112901d18653ccd1d060778a079e.tar.gz |
Add -DHAVE_ARC4RANDOM to CFLAGS
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/rtsold/Makefile | 2 |
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} |