From: Apple Date: Sat, 4 Oct 2008 02:57:37 +0000 (+0000) Subject: network_cmds-307.1.1.tar.gz X-Git-Tag: mac-os-x-1057^0 X-Git-Url: https://git.saurik.com/apple/network_cmds.git/commitdiff_plain/6308f5e6398ea1d3954c83e53e71790de094c2fb?hp=c03750dc6ce5230ceb263974e99c2ef3ff4d3c61 network_cmds-307.1.1.tar.gz --- diff --git a/Makefile b/Makefile index 4373ff8..8d27c95 100644 --- 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 \ diff --git a/natd.tproj/Makefile b/natd.tproj/Makefile index ec360d0..d973227 100644 --- a/natd.tproj/Makefile +++ b/natd.tproj/Makefile @@ -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