From f3539c3f234bbeee39e923c93b2b82cd54486bac Mon Sep 17 00:00:00 2001 From: shin Date: Wed, 15 Dec 1999 05:13:22 +0000 Subject: Enable INET6 by default. This should be OK on non INET6 enabled kernel. --- sbin/ifconfig/Makefile | 2 +- sbin/route/Makefile | 2 +- usr.bin/netstat/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 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 diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile index 78e80c7..ad7d824 100644 --- a/usr.bin/netstat/Makefile +++ b/usr.bin/netstat/Makefile @@ -12,6 +12,6 @@ BINGRP= kmem BINMODE=2555 DPADD= ${LIBKVM} ${LIBIPX} ${LIBNETGRAPH} LDADD= -lkvm -lipx -lnetgraph -#CFLAGS+= -DINET6 +CFLAGS+= -DINET6 .include -- cgit v1.1