summaryrefslogtreecommitdiff
path: root/sbin/route/Makefile
diff options
context:
space:
mode:
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>