Makefile (1ee774f614e70c52baafdf8b7e9013b545d36f2b) Makefile (f6d189a9e4c4c50d95884b4b1ae13e5a03cd7e94)
1# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
2# $FreeBSD$
3
4.include <bsd.own.mk>
5
6PROG= ifconfig
7
8SRCS= ifconfig.c # base support

--- 33 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
1# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
2# $FreeBSD$
3
4.include <bsd.own.mk>
5
6PROG= ifconfig
7
8SRCS= ifconfig.c # base support

--- 33 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>