summaryrefslogtreecommitdiff
path: root/usr.sbin/rtsold/Makefile
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-02-25 10:32:22 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-02-25 10:32:22 +0000
commitba7767ec9c45d31f14b0ecaf5c21fd86c7046f24 (patch)
tree947bb03960ab35025b62bad150bb13a6f19930f4 /usr.sbin/rtsold/Makefile
parent18cf87ed57039c403152d9fb3395ddd293b52ecb (diff)
use getifaddrs, not SIOCGIFCONF for LP64 align issue. (sync with kame).
Diffstat (limited to 'usr.sbin/rtsold/Makefile')
-rw-r--r--usr.sbin/rtsold/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rtsold/Makefile b/usr.sbin/rtsold/Makefile
index 4c18230e1a2..57ca7681c11 100644
--- a/usr.sbin/rtsold/Makefile
+++ b/usr.sbin/rtsold/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.2 2000/01/05 01:54:50 itojun Exp $
+# $OpenBSD: Makefile,v 1.3 2000/02/25 10:32:21 itojun Exp $
PROG= rtsold
SRCS= rtsold.c rtsol.c if.c probe.c dump.c
-CPPFLAGS+=-DINET6
+CPPFLAGS+=-DINET6 -DHAVE_ARC4RANDOM -DHAVE_GETIFADDRS
MAN= rtsold.8
MLINKS= rtsold.8 rtsol.8