From 8c2097f2a412d7920700e4ea8eb9669df7dd4f09 Mon Sep 17 00:00:00 2001 From: ume Date: Fri, 22 Aug 2003 18:59:55 +0000 Subject: use arc4random. MFC after: 3 days --- sbin/rtsol/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/rtsol') 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 -- cgit v1.1