]> git.saurik.com Git - apple/network_cmds.git/blame - natd.tproj/Makefile
network_cmds-307.1.1.tar.gz
[apple/network_cmds.git] / natd.tproj / Makefile
CommitLineData
e3d845fa
A
1Project = natd
2Install_Dir = /usr/sbin
b7080c8e
A
3
4HFILES = natd.h
b7080c8e 5CFILES = icmp.c natd.c
e3d845fa 6MANPAGES = natd.8
b7080c8e 7
e3d845fa
A
8Extra_CC_Flags = -mdynamic-no-pic -dead_strip \
9 -I../alias
6308f5e6 10Extra_LD_Flags = -L${DSTROOT}/usr/lib -lalias
b7080c8e 11
e3d845fa 12include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make