aboutsummaryrefslogtreecommitdiffstats
path: root/network_cmds/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'network_cmds/Makefile')
-rw-r--r--network_cmds/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/network_cmds/Makefile b/network_cmds/Makefile
new file mode 100644
index 0000000..296ddb4
--- /dev/null
+++ b/network_cmds/Makefile
@@ -0,0 +1,34 @@
+SUBDIR= arp.tproj \
+ cfilutil \
+ dnctl \
+ ecnprobe \
+ frame_delay \
+ ifconfig.tproj \
+ ip6addrctl.tproj \
+ kdumpd.tproj \
+ mnc.tproj \
+ mptcp_client \
+ mtest.tproj \
+ ndp.tproj \
+ ping.tproj \
+ ping6.tproj \
+ pktapctl \
+ pktmnglr \
+ rarpd.tproj \
+ route.tproj \
+ rtadvd.tproj \
+ rtsol.tproj \
+ spray.tproj \
+ traceroute.tproj \
+ traceroute6.tproj
+
+.if !defined(MK_NETSTAT)
+MK_NETSTAT=no
+.endif
+
+# netstat doesnt build on iOS 12, if building for higher set MK_NETSTAT to yes
+.if ${MK_NETSTAT} == "yes"
+SUBDIR+= netstat.tproj
+.endif
+
+.include <bsd.subdir.mk>