Deleted Added
full compact
Makefile.net (263140) Makefile.net (291479)
1#
2# This builds network tools.
3#
1#
2# This builds network tools.
3#
4# $FreeBSD: head/tools/bsdbox/Makefile.net 263140 2014-03-14 02:58:48Z glebius $
4# $FreeBSD: head/tools/bsdbox/Makefile.net 291479 2015-11-30 09:02:28Z adrian $
5#
6
7CRUNCH_PROGS_sbin+= route ping
8CRUNCH_PROGS_usr.sbin+= arp
9
10# inetd
11CRUNCH_PROGS_usr.sbin+= inetd
12CRUNCH_LIBS+= -lwrap
13
14#.if ${MK_INET6_SUPPORT} != "no"
15#CRUNCH_PROGS_sbin+= ping6
16#.endif
17
18# netstat
19CRUNCH_PROGS_usr.bin+= netstat
20CRUNCH_LIBS+= -lmemstat -lnetgraph
21
22# ifconfig
23CRUNCH_PROGS_sbin+= ifconfig
5#
6
7CRUNCH_PROGS_sbin+= route ping
8CRUNCH_PROGS_usr.sbin+= arp
9
10# inetd
11CRUNCH_PROGS_usr.sbin+= inetd
12CRUNCH_LIBS+= -lwrap
13
14#.if ${MK_INET6_SUPPORT} != "no"
15#CRUNCH_PROGS_sbin+= ping6
16#.endif
17
18# netstat
19CRUNCH_PROGS_usr.bin+= netstat
20CRUNCH_LIBS+= -lmemstat -lnetgraph
21
22# ifconfig
23CRUNCH_PROGS_sbin+= ifconfig
24CRUNCH_SHLIBS+= -l80211
24
25# wlan stuff
26CRUNCH_PROGS_usr.sbin+= wlandebug
27
28# tcpdump
29CRUNCH_PROGS_usr.sbin+= tcpdump
30# CRUNCH_LIBS+= -lpcap -lcrypto
25
26# wlan stuff
27CRUNCH_PROGS_usr.sbin+= wlandebug
28
29# tcpdump
30CRUNCH_PROGS_usr.sbin+= tcpdump
31# CRUNCH_LIBS+= -lpcap -lcrypto