Do not disable IPv6 and vlan support when RELEASE_CRUNCH is defined.

We do support already IPv6 in the RELENG_4 boot floppies, and
vlan might be desirable as well.
This commit is contained in:
Luigi Rizzo 2002-02-15 03:57:06 +00:00
parent 8c3d74f4bf
commit 535862401b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90671

View File

@ -7,13 +7,11 @@ SRCS= ifconfig.c
#comment out to exclude SIOC[GS]IFMEDIA support
SRCS+= ifmedia.c
CFLAGS+=-DUSE_IF_MEDIA
.if !defined(RELEASE_CRUNCH)
CFLAGS+=-DINET6
#comment out to exclude SIOC[GS]ETVLAN support
SRCS+= ifvlan.c
CFLAGS+=-DUSE_VLANS
.endif
#comment out to exclude SIOC[GS]IEEE80211 support
SRCS+= ifieee80211.c