summaryrefslogtreecommitdiff
path: root/sbin/routed/Makefile
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-02-16 20:25:03 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-02-16 20:25:03 +0000
commit494c6e0846ecee056b25001fcd61ed34e3284b0c (patch)
tree9da5e35439a73ddc67fea46437f1320a69ee73f6 /sbin/routed/Makefile
parentfe1bc360b49854902c97661ec1f837cd7de03c60 (diff)
Instead of #defining random() as arc4random(), just use arc4random() inline
instead of srandom() / random().
Diffstat (limited to 'sbin/routed/Makefile')
-rw-r--r--sbin/routed/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile
index 75e60b2b48e..8860d2da927 100644
--- a/sbin/routed/Makefile
+++ b/sbin/routed/Makefile
@@ -1,11 +1,10 @@
-# $OpenBSD: Makefile,v 1.9 1997/11/18 21:31:50 kstailey Exp $
+# $OpenBSD: Makefile,v 1.10 2002/02/16 20:25:02 millert 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