summaryrefslogtreecommitdiffstats
path: root/tools/bsdbox/Makefile.net
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bsdbox/Makefile.net')
-rw-r--r--tools/bsdbox/Makefile.net32
1 files changed, 32 insertions, 0 deletions
diff --git a/tools/bsdbox/Makefile.net b/tools/bsdbox/Makefile.net
new file mode 100644
index 0000000..1b9bc78
--- /dev/null
+++ b/tools/bsdbox/Makefile.net
@@ -0,0 +1,32 @@
+#
+# This builds network tools.
+#
+# $FreeBSD$
+#
+
+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
+CRUNCH_BUILDOPTS_netstat=-DMK_IPX_SUPPORT=no
+
+# ifconfig
+CRUNCH_PROGS_sbin+= ifconfig
+CRUNCH_BUILDOPTS_ifconfig=-DMK_IPX_SUPPORT=no
+
+# wlan stuff
+CRUNCH_PROGS_usr.sbin+= wlandebug
+
+# tcpdump
+CRUNCH_PROGS_usr.sbin+= tcpdump
+# CRUNCH_LIBS+= -lpcap -lcrypto
OpenPOWER on IntegriCloud