Deleted Added
full compact
Makefile (83112) Makefile (87325)
1# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
1# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/sbin/ifconfig/Makefile 83112 2001-09-05 20:10:59Z dd $
2# $FreeBSD: head/sbin/ifconfig/Makefile 87325 2001-12-04 02:19:58Z obrien $
3
4PROG= ifconfig
5SRCS= ifconfig.c
6
7#comment out to exclude SIOC[GS]IFMEDIA support
8SRCS+= ifmedia.c
9CFLAGS+=-DUSE_IF_MEDIA
10.if !defined(RELEASE_CRUNCH)
11CFLAGS+=-DINET6
3
4PROG= ifconfig
5SRCS= ifconfig.c
6
7#comment out to exclude SIOC[GS]IFMEDIA support
8SRCS+= ifmedia.c
9CFLAGS+=-DUSE_IF_MEDIA
10.if !defined(RELEASE_CRUNCH)
11CFLAGS+=-DINET6
12WARNS= 0
12
13#comment out to exclude SIOC[GS]ETVLAN support
14SRCS+= ifvlan.c
15CFLAGS+=-DUSE_VLANS
16.endif
17
18#comment out to exclude SIOC[GS]IEEE80211 support
19SRCS+= ifieee80211.c

--- 15 unchanged lines hidden ---
13
14#comment out to exclude SIOC[GS]ETVLAN support
15SRCS+= ifvlan.c
16CFLAGS+=-DUSE_VLANS
17.endif
18
19#comment out to exclude SIOC[GS]IEEE80211 support
20SRCS+= ifieee80211.c

--- 15 unchanged lines hidden ---