Deleted Added
full compact
Makefile (275361) Makefile (275851)
1# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
1# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/sbin/ifconfig/Makefile 275361 2014-12-01 12:59:16Z des $
2# $FreeBSD: head/sbin/ifconfig/Makefile 275851 2014-12-17 05:36:34Z bryanv $
3
4.include <src.opts.mk>
5
6PROG= ifconfig
7
8SRCS= ifconfig.c # base support
9
10#

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

25SRCS+= af_nd6.c # ND6 support
26.endif
27
28SRCS+= ifclone.c # clone device support
29SRCS+= ifmac.c # MAC support
30SRCS+= ifmedia.c # SIOC[GS]IFMEDIA support
31SRCS+= iffib.c # non-default FIB support
32SRCS+= ifvlan.c # SIOC[GS]ETVLAN support
3
4.include <src.opts.mk>
5
6PROG= ifconfig
7
8SRCS= ifconfig.c # base support
9
10#

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

25SRCS+= af_nd6.c # ND6 support
26.endif
27
28SRCS+= ifclone.c # clone device support
29SRCS+= ifmac.c # MAC support
30SRCS+= ifmedia.c # SIOC[GS]IFMEDIA support
31SRCS+= iffib.c # non-default FIB support
32SRCS+= ifvlan.c # SIOC[GS]ETVLAN support
33#SRCS+= ifvxlan.c # VXLAN support
33SRCS+= ifvxlan.c # VXLAN support
34SRCS+= ifgre.c # GRE keys etc
35SRCS+= ifgif.c # GIF reversed header workaround
36
37SRCS+= sfp.c # SFP/SFP+ information
38LIBADD+= m
39
40SRCS+= ifieee80211.c regdomain.c # SIOC[GS]IEEE80211 support
41LIBADD+= bsdxml sbuf

--- 27 unchanged lines hidden ---
34SRCS+= ifgre.c # GRE keys etc
35SRCS+= ifgif.c # GIF reversed header workaround
36
37SRCS+= sfp.c # SFP/SFP+ information
38LIBADD+= m
39
40SRCS+= ifieee80211.c regdomain.c # SIOC[GS]IEEE80211 support
41LIBADD+= bsdxml sbuf

--- 27 unchanged lines hidden ---