From 9f45192eda49112901d18653ccd1d060778a079e Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 11 Feb 2003 02:25:00 +0000 Subject: Add -DHAVE_ARC4RANDOM to CFLAGS --- usr.sbin/rtsold/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/rtsold') 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} -- cgit v1.1