1# 2# This builds network tools. 3# 4# 5 6CRUNCH_PROGS_sbin+= route ping 7CRUNCH_PROGS_usr.sbin+= arp 8 9# inetd 10CRUNCH_PROGS_usr.sbin+= inetd 11CRUNCH_LIBS+= -lwrap 12 13#.if ${MK_INET6_SUPPORT} != "no" 14#CRUNCH_PROGS_sbin+= ping6 15#.endif 16 17# netstat 18CRUNCH_PROGS_usr.bin+= netstat 19CRUNCH_LIBS+= -lmemstat -lnetgraph 20 21# ifconfig 22CRUNCH_PROGS_sbin+= ifconfig 23CRUNCH_SHLIBS+= -l80211 24 25# wlan stuff 26CRUNCH_PROGS_usr.sbin+= wlandebug 27 28# tcpdump 29CRUNCH_PROGS_usr.sbin+= tcpdump 30# CRUNCH_LIBS+= -lpcap -lcrypto 31