summaryrefslogtreecommitdiffstats
path: root/sbin
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
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')
-rw-r--r--sbin/ifconfig/Makefile2
-rw-r--r--sbin/route/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ifconfig/Makefile b/sbin/ifconfig/Makefile
index 385946d..fe7f88c 100644
--- a/sbin/ifconfig/Makefile
+++ b/sbin/ifconfig/Makefile
@@ -7,7 +7,7 @@ SRCS= ifconfig.c
#comment out to exclude SIOC[GS]IFMEDIA support
SRCS+= ifmedia.c
CFLAGS+=-DUSE_IF_MEDIA
-#CFLAGS+=-DINET6
+CFLAGS+=-DINET6
#comment out to exclude SIOC[GS]ETVLAN support
SRCS+= ifvlan.c
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