Add -DHAVE_ARC4RANDOM to CFLAGS

This commit is contained in:
Andrey A. Chernov 2003-02-11 02:25:00 +00:00
parent 9328833aac
commit 21c7f9f0ad
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110669

View File

@ -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}