summaryrefslogtreecommitdiffstats
path: root/sbin/route/Makefile
diff options
context:
space:
mode:
authorshin <shin@FreeBSD.org>1999-12-15 05:13:22 +0000
committershin <shin@FreeBSD.org>1999-12-15 05:13:22 +0000
commitf3539c3f234bbeee39e923c93b2b82cd54486bac (patch)
tree735cafb66a4f41af4479be87f568bfce6a9013d7 /sbin/route/Makefile
parent7f2fbeebfd18df5ef29278a53e3002471b8cf533 (diff)
downloadFreeBSD-src-f3539c3f234bbeee39e923c93b2b82cd54486bac.zip
FreeBSD-src-f3539c3f234bbeee39e923c93b2b82cd54486bac.tar.gz
Enable INET6 by default.
This should be OK on non INET6 enabled kernel.
Diffstat (limited to 'sbin/route/Makefile')
-rw-r--r--sbin/route/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/route/Makefile b/sbin/route/Makefile
index e581d8c..f10eff6 100644
--- a/sbin/route/Makefile
+++ b/sbin/route/Makefile
@@ -5,7 +5,7 @@ PROG= route
MAN8= route.8
SRCS= route.c keywords.h
CFLAGS+=-I. -Wall -DNS
-#CFLAGS+=-DINET6
+CFLAGS+=-DINET6
CLEANFILES+=keywords.h
BINMODE=4555
OpenPOWER on IntegriCloud