]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - tools/bsdbox/Makefile.net
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / tools / bsdbox / Makefile.net
1 #
2 # This builds network tools.
3 #
4 # $FreeBSD$
5 #
6
7 CRUNCH_PROGS_sbin+=     route ping
8 CRUNCH_PROGS_usr.sbin+= arp
9
10 # inetd
11 CRUNCH_PROGS_usr.sbin+= inetd
12 CRUNCH_LIBS+=   -lwrap
13
14 #.if ${MK_INET6_SUPPORT} != "no"
15 #CRUNCH_PROGS_sbin+= ping6
16 #.endif
17
18 # netstat
19 CRUNCH_PROGS_usr.bin+=  netstat
20 CRUNCH_LIBS+=   -lmemstat -lnetgraph
21 CRUNCH_BUILDOPTS_netstat=-DMK_IPX_SUPPORT=no
22
23 # ifconfig
24 CRUNCH_PROGS_sbin+=     ifconfig
25 CRUNCH_BUILDOPTS_ifconfig=-DMK_IPX_SUPPORT=no
26
27 # wlan stuff
28 CRUNCH_PROGS_usr.sbin+= wlandebug
29
30 # tcpdump
31 CRUNCH_PROGS_usr.sbin+= tcpdump
32 # CRUNCH_LIBS+= -lpcap -lcrypto