Enable INET6 by default.
This should be OK on non INET6 enabled kernel.
This commit is contained in:
parent
cb6dab091f
commit
63f8ba7b89
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -12,6 +12,6 @@ BINGRP= kmem
|
||||
BINMODE=2555
|
||||
DPADD= ${LIBKVM} ${LIBIPX} ${LIBNETGRAPH}
|
||||
LDADD= -lkvm -lipx -lnetgraph
|
||||
#CFLAGS+= -DINET6
|
||||
CFLAGS+= -DINET6
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user