mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 19:31:08 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
31 lines
489 B
Makefile
31 lines
489 B
Makefile
#
|
|
# This builds network tools.
|
|
#
|
|
#
|
|
|
|
CRUNCH_PROGS_sbin+= route ping
|
|
CRUNCH_PROGS_usr.sbin+= arp
|
|
|
|
# inetd
|
|
CRUNCH_PROGS_usr.sbin+= inetd
|
|
CRUNCH_LIBS+= -lwrap
|
|
|
|
#.if ${MK_INET6_SUPPORT} != "no"
|
|
#CRUNCH_PROGS_sbin+= ping6
|
|
#.endif
|
|
|
|
# netstat
|
|
CRUNCH_PROGS_usr.bin+= netstat
|
|
CRUNCH_LIBS+= -lmemstat -lnetgraph
|
|
|
|
# ifconfig
|
|
CRUNCH_PROGS_sbin+= ifconfig
|
|
CRUNCH_SHLIBS+= -l80211
|
|
|
|
# wlan stuff
|
|
CRUNCH_PROGS_usr.sbin+= wlandebug
|
|
|
|
# tcpdump
|
|
CRUNCH_PROGS_usr.sbin+= tcpdump
|
|
# CRUNCH_LIBS+= -lpcap -lcrypto
|