]> git.saurik.com Git - apple/network_cmds.git/blob - Makefile
8d27c95d0d989c6903808638a968235ca31eb617
[apple/network_cmds.git] / Makefile
1 Project = network_cmds
2
3 Embedded=$(shell tconf --test TARGET_OS_EMBEDDED)
4
5 ifeq ($(Embedded),YES)
6 SubProjects = arp.tproj \
7 alias \
8 ifconfig.tproj netstat.tproj\
9 ping.tproj\
10 route.tproj\
11 traceroute.tproj\
12 natd.tproj
13 else
14 SubProjects = arp.tproj \
15 alias \
16 bootparams \
17 ifconfig.tproj netstat.tproj\
18 ping.tproj rarpd.tproj\
19 route.tproj routed.tproj\
20 slattach.tproj spray.tproj\
21 traceroute.tproj trpt.tproj\
22 natd.tproj ipfw.tproj\
23 ping6.tproj traceroute6.tproj rtsol.tproj ndp.tproj rtadvd.tproj\
24 ip6conf.tproj ip6fw.tproj kdumpd.tproj
25 endif
26
27 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make