Deleted Added
full compact
Makefile (197138) Makefile (202532)
1# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
1# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/sbin/ifconfig/Makefile 197138 2009-09-12 22:08:20Z hrs $
2# $FreeBSD: head/sbin/ifconfig/Makefile 202532 2010-01-17 21:56:27Z ed $
3
4.include <bsd.own.mk>
5
6PROG= ifconfig
7
8SRCS= ifconfig.c # base support
9
10#

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

42SRCS+= af_ipx.c # IPX support
43DPADD+= ${LIBIPX}
44LDADD+= -lipx
45.endif
46
47MAN= ifconfig.8
48
49CFLAGS+= -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wnested-externs
3
4.include <bsd.own.mk>
5
6PROG= ifconfig
7
8SRCS= ifconfig.c # base support
9
10#

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

42SRCS+= af_ipx.c # IPX support
43DPADD+= ${LIBIPX}
44LDADD+= -lipx
45.endif
46
47MAN= ifconfig.8
48
49CFLAGS+= -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wnested-externs
50WARNS?= 0
50WARNS?= 2
51
52.include <bsd.prog.mk>
51
52.include <bsd.prog.mk>