]> git.saurik.com Git - apple/network_cmds.git/blobdiff - Makefile
network_cmds-307.1.1.tar.gz
[apple/network_cmds.git] / Makefile
index 4373ff8d31bb7134a68048c8855882d8192e9a5a..8d27c95d0d989c6903808638a968235ca31eb617 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,10 +4,12 @@ Embedded=$(shell tconf --test TARGET_OS_EMBEDDED)
 
 ifeq ($(Embedded),YES)
 SubProjects = arp.tproj \
+       alias \
        ifconfig.tproj netstat.tproj\
        ping.tproj\
        route.tproj\
-       traceroute.tproj
+       traceroute.tproj\
+        natd.tproj
 else
 SubProjects = arp.tproj \
        alias \