summaryrefslogtreecommitdiff
path: root/usr.sbin/route6d/Makefile
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-02-25 10:28:26 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-02-25 10:28:26 +0000
commit18cf87ed57039c403152d9fb3395ddd293b52ecb (patch)
tree0e796dd8c248dd9d9651132e45575258878c70ea /usr.sbin/route6d/Makefile
parent8c03970d0118fefd90f53cc0d3a1bc6f4bd532cc (diff)
use getifaddrs, not SIOCGIFCONF, to avoid LP64 alignment issue.
Diffstat (limited to 'usr.sbin/route6d/Makefile')
-rw-r--r--usr.sbin/route6d/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/route6d/Makefile b/usr.sbin/route6d/Makefile
index d234161ba84..906b205d0dc 100644
--- a/usr.sbin/route6d/Makefile
+++ b/usr.sbin/route6d/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.1 1999/12/11 10:41:46 itojun Exp $
+# $OpenBSD: Makefile,v 1.2 2000/02/25 10:28:25 itojun Exp $
PROG= route6d
MAN= route6d.8
-CPPFLAGS+= -DADVAPI -DINET6
+CPPFLAGS+= -DADVAPI -DINET6 -DHAVE_GETIFADDRS
.include <bsd.prog.mk>