Deleted Added
full compact
Makefile (222527) Makefile (223735)
1# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
1# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/sbin/ifconfig/Makefile 222527 2011-05-31 14:40:21Z bz $
2# $FreeBSD: head/sbin/ifconfig/Makefile 223735 2011-07-03 12:22:02Z bz $
3
4.include <bsd.own.mk>
5
6PROG= ifconfig
7
8SRCS= ifconfig.c # base support
9
10#

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

24SRCS+= af_atalk.c # AppleTalk support
25.if ${MK_INET6_SUPPORT} != "no"
26SRCS+= af_nd6.c # ND6 support
27.endif
28
29SRCS+= ifclone.c # clone device support
30SRCS+= ifmac.c # MAC support
31SRCS+= ifmedia.c # SIOC[GS]IFMEDIA support
3
4.include <bsd.own.mk>
5
6PROG= ifconfig
7
8SRCS= ifconfig.c # base support
9
10#

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

24SRCS+= af_atalk.c # AppleTalk support
25.if ${MK_INET6_SUPPORT} != "no"
26SRCS+= af_nd6.c # ND6 support
27.endif
28
29SRCS+= ifclone.c # clone device support
30SRCS+= ifmac.c # MAC support
31SRCS+= ifmedia.c # SIOC[GS]IFMEDIA support
32SRCS+= iffib.c # non-default FIB support
32SRCS+= ifvlan.c # SIOC[GS]ETVLAN support
33SRCS+= ifgre.c # GRE keys etc
34SRCS+= ifgif.c # GIF reversed header workaround
35
36SRCS+= ifieee80211.c regdomain.c # SIOC[GS]IEEE80211 support
37DPADD+= ${LIBBSDXML} ${LIBJAIL} ${LIBSBUF}
38LDADD+= -lbsdxml -ljail -lsbuf
39

--- 25 unchanged lines hidden ---
33SRCS+= ifvlan.c # SIOC[GS]ETVLAN support
34SRCS+= ifgre.c # GRE keys etc
35SRCS+= ifgif.c # GIF reversed header workaround
36
37SRCS+= ifieee80211.c regdomain.c # SIOC[GS]IEEE80211 support
38DPADD+= ${LIBBSDXML} ${LIBJAIL} ${LIBSBUF}
39LDADD+= -lbsdxml -ljail -lsbuf
40

--- 25 unchanged lines hidden ---