summaryrefslogtreecommitdiff
path: root/sbin/route/Makefile
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>1999-12-08 07:55:55 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>1999-12-08 07:55:55 +0000
commit3f3fff9f5d68aa1319f0503da06f65782885c777 (patch)
tree625b58ff7997b30ca99f4b8299f31be78a051d0c /sbin/route/Makefile
parent10263d773d79045708f7f3f2d633e99293387ff2 (diff)
ipv6 support from KAME (needs no libc upgrade). regen keywords.[ch].
Diffstat (limited to 'sbin/route/Makefile')
-rw-r--r--sbin/route/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/route/Makefile b/sbin/route/Makefile
index dc3d47d2ba6..ed8c3caa26e 100644
--- a/sbin/route/Makefile
+++ b/sbin/route/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 1997/12/12 09:04:32 deraadt Exp $
+# $OpenBSD: Makefile,v 1.6 1999/12/08 07:55:54 itojun Exp $
PROG= route
MAN= route.8
@@ -6,6 +6,8 @@ SRCS= route.c show.c keywords.c ccitt_addr.c
BINOWN= root
BINMODE=555
+CPPFLAGS+= -DINET6
+
route.o .depend lint tags: keywords.h
.include <bsd.prog.mk>