Deleted Added
full compact
Makefile (181224) Makefile (193664)
1# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
1# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/sbin/ifconfig/Makefile 181224 2008-08-03 03:36:12Z thompsa $
2# $FreeBSD: head/sbin/ifconfig/Makefile 193664 2009-06-07 23:00:40Z hrs $
3
4.include <bsd.own.mk>
5
6PROG= ifconfig
7
8SRCS= ifconfig.c # base support
9
10#

--- 8 unchanged lines hidden (view full) ---

19SRCS+= af_inet6.c # IPv6 support
20SRCS+= af_atalk.c # AppleTalk support
21
22SRCS+= ifclone.c # clone device support
23SRCS+= ifmac.c # MAC support
24SRCS+= ifmedia.c # SIOC[GS]IFMEDIA support
25SRCS+= ifvlan.c # SIOC[GS]ETVLAN support
26SRCS+= ifgre.c # GRE keys etc
3
4.include <bsd.own.mk>
5
6PROG= ifconfig
7
8SRCS= ifconfig.c # base support
9
10#

--- 8 unchanged lines hidden (view full) ---

19SRCS+= af_inet6.c # IPv6 support
20SRCS+= af_atalk.c # AppleTalk support
21
22SRCS+= ifclone.c # clone device support
23SRCS+= ifmac.c # MAC support
24SRCS+= ifmedia.c # SIOC[GS]IFMEDIA support
25SRCS+= ifvlan.c # SIOC[GS]ETVLAN support
26SRCS+= ifgre.c # GRE keys etc
27SRCS+= ifgif.c # GIF reversed header workaround
27
28SRCS+= ifieee80211.c regdomain.c # SIOC[GS]IEEE80211 support
29DPADD+= ${LIBBSDXML} ${LIBSBUF}
30LDADD+= -lbsdxml -lsbuf
31
32SRCS+= ifcarp.c # SIOC[GS]VH support
33SRCS+= ifgroup.c # ...
34SRCS+= ifpfsync.c # pfsync(4) support

--- 16 unchanged lines hidden ---
28
29SRCS+= ifieee80211.c regdomain.c # SIOC[GS]IEEE80211 support
30DPADD+= ${LIBBSDXML} ${LIBSBUF}
31LDADD+= -lbsdxml -lsbuf
32
33SRCS+= ifcarp.c # SIOC[GS]VH support
34SRCS+= ifgroup.c # ...
35SRCS+= ifpfsync.c # pfsync(4) support

--- 16 unchanged lines hidden ---