]> git.cameronkatri.com Git - apple_cmds.git/blob - network_cmds/Makefile
network_cmds: Fix compilation for lower targets
[apple_cmds.git] / network_cmds / Makefile
1 SUBDIR= arp.tproj \
2 cfilutil \
3 dnctl \
4 ecnprobe \
5 frame_delay \
6 ifconfig.tproj \
7 ip6addrctl.tproj \
8 kdumpd.tproj \
9 mnc.tproj \
10 mptcp_client \
11 mtest.tproj \
12 ndp.tproj \
13 ping.tproj \
14 ping6.tproj \
15 pktapctl \
16 pktmnglr \
17 rarpd.tproj \
18 route.tproj \
19 rtadvd.tproj \
20 rtsol.tproj \
21 spray.tproj \
22 traceroute.tproj \
23 traceroute6.tproj
24
25 .if !defined(MK_NETSTAT)
26 MK_NETSTAT=no
27 .endif
28
29 # netstat doesnt build on iOS 12, if building for higher set MK_NETSTAT to yes
30 .if ${MK_NETSTAT} == "yes"
31 SUBDIR+= netstat.tproj
32 .endif
33
34 .include <bsd.subdir.mk>