Enable INET6 by default.

This should be OK on non INET6 enabled kernel.
This commit is contained in:
Yoshinobu Inoue 1999-12-15 05:13:22 +00:00
parent e3c439119a
commit 57a40e9ee7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54624
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -12,6 +12,6 @@ BINGRP= kmem
BINMODE=2555
DPADD= ${LIBKVM} ${LIBIPX} ${LIBNETGRAPH}
LDADD= -lkvm -lipx -lnetgraph
#CFLAGS+= -DINET6
CFLAGS+= -DINET6
.include <bsd.prog.mk>