summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-11-18 21:31:51 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-11-18 21:31:51 +0000
commit8e2f5bb4a7763bb6412585b71a9c7b0ddad567b0 (patch)
tree0e44be6bde0dfc5f95ed57033e6ecc0c24bc8493
parentdd0ec6448fecf01513af400efb8df4fe691d5b20 (diff)
strong random
-rw-r--r--sbin/routed/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile
index 258b165e445..75e60b2b48e 100644
--- a/sbin/routed/Makefile
+++ b/sbin/routed/Makefile
@@ -1,10 +1,11 @@
-# $OpenBSD: Makefile,v 1.8 1997/09/21 11:38:08 deraadt Exp $
+# $OpenBSD: Makefile,v 1.9 1997/11/18 21:31:50 kstailey Exp $
PROG= routed
SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
MAN= routed.8
CFLAGS+=-D_ROUTED -D'min(a,b)=(a < b ? a : b)' -D'log=syslog'
CFLAGS+=-D'panic(s)={log(LOG_ERR,s); exit(1);}'
+CFLAGS+=-D'random()=arc4random()'
SUBDIR= rtquery
DPADD= ${LIBCOMPAT}
LDADD= -lcompat