]> git.saurik.com Git - apple/network_cmds.git/commitdiff
network_cmds-307.1.1.tar.gz mac-os-x-1057 mac-os-x-1058 v307.1.1
authorApple <opensource@apple.com>
Sat, 4 Oct 2008 02:57:37 +0000 (02:57 +0000)
committerApple <opensource@apple.com>
Sat, 4 Oct 2008 02:57:37 +0000 (02:57 +0000)
Makefile
natd.tproj/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 \
index ec360d000eb527c1f5d188c96678fc831a9c0fbe..d973227187934ad82537547b45517dbbfc71cf78 100644 (file)
@@ -7,6 +7,6 @@ MANPAGES = natd.8
 
 Extra_CC_Flags = -mdynamic-no-pic -dead_strip \
        -I../alias
-Extra_LD_Flags = -lalias
+Extra_LD_Flags = -L${DSTROOT}/usr/lib -lalias
 
 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make