aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig/Makefile
diff options
context:
space:
mode:
authorLuigi Rizzo <luigi@FreeBSD.org>2002-02-15 03:57:06 +0000
committerLuigi Rizzo <luigi@FreeBSD.org>2002-02-15 03:57:06 +0000
commit535862401bcd250558af2f96661c75bc138b04af (patch)
tree67312856281c3df3fe9692b4d6137e4418069908 /sbin/ifconfig/Makefile
parent8c3d74f4bf57c4e4719a3a5e4a08c44fb803a21e (diff)
downloadsrc-535862401bcd250558af2f96661c75bc138b04af.tar.gz
src-535862401bcd250558af2f96661c75bc138b04af.zip
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.
Notes
Notes: svn path=/head/; revision=90671
Diffstat (limited to 'sbin/ifconfig/Makefile')
-rw-r--r--sbin/ifconfig/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/ifconfig/Makefile b/sbin/ifconfig/Makefile
index 7e0756465d97..beba2fb77f17 100644
--- a/sbin/ifconfig/Makefile
+++ b/sbin/ifconfig/Makefile
@@ -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