diff options
author | luigi <luigi@FreeBSD.org> | 2002-02-15 03:57:06 +0000 |
---|---|---|
committer | luigi <luigi@FreeBSD.org> | 2002-02-15 03:57:06 +0000 |
commit | d93c446f77c23c91d0f37688526c28ce4cf40c5e (patch) | |
tree | 67312856281c3df3fe9692b4d6137e4418069908 /sbin/ifconfig/Makefile | |
parent | 60f2b0c6380f4b208a9389feb273b8c8e8ed6590 (diff) | |
download | FreeBSD-src-d93c446f77c23c91d0f37688526c28ce4cf40c5e.zip FreeBSD-src-d93c446f77c23c91d0f37688526c28ce4cf40c5e.tar.gz |
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.
Diffstat (limited to 'sbin/ifconfig/Makefile')
-rw-r--r-- | sbin/ifconfig/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/ifconfig/Makefile b/sbin/ifconfig/Makefile index 7e07564..beba2fb 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 |