summaryrefslogtreecommitdiff
path: root/usr.sbin/route6d/Makefile
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2001-02-07 13:52:25 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2001-02-07 13:52:25 +0000
commit680e18fe9965e3a6d1e50c3791028bae10e2ebad (patch)
treefcd067efceae71adbfaa1da934e981456a2f4bc5 /usr.sbin/route6d/Makefile
parent56cef225dd6dfc536fd8788434727f2903bc3908 (diff)
bring in latest kame code.
- correct RTA_NETMASK processing - correct -A filter behavior (do not advert aggregated route to other if) - better signal handling - mandate getifaddrs - do not advert connected routes on !IFF_UP routes. experimental sync with kame
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 a46e6dd2c81..a01e3f75fc7 100644
--- a/usr.sbin/route6d/Makefile
+++ b/usr.sbin/route6d/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.3 2000/07/15 04:59:29 itojun Exp $
+# $OpenBSD: Makefile,v 1.4 2001/02/07 13:52:23 itojun Exp $
PROG= route6d
MAN= route6d.8
-CPPFLAGS+= -DINET6 -DHAVE_GETIFADDRS
+CPPFLAGS+= -DINET6
.include <bsd.prog.mk>