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

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

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
3
4.include <bsd.own.mk>
5
6PROG= ifconfig
7
8SRCS= ifconfig.c # base support
9
10#

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

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
41SRCS+= ifcarp.c # SIOC[GS]VH support
41SRCS+= carp.c # SIOC[GS]VH support
42SRCS+= ifgroup.c # ...
43SRCS+= ifpfsync.c # pfsync(4) support
44
45SRCS+= ifbridge.c # bridge support
46SRCS+= iflagg.c # lagg support
47
48.if ${MK_INET6_SUPPORT} != "no"
49CFLAGS+= -DINET6

--- 16 unchanged lines hidden ---
42SRCS+= ifgroup.c # ...
43SRCS+= ifpfsync.c # pfsync(4) support
44
45SRCS+= ifbridge.c # bridge support
46SRCS+= iflagg.c # lagg support
47
48.if ${MK_INET6_SUPPORT} != "no"
49CFLAGS+= -DINET6

--- 16 unchanged lines hidden ---