]> git.saurik.com Git - apple/network_cmds.git/blob - natd.tproj/Makefile
network_cmds-307.tar.gz
[apple/network_cmds.git] / natd.tproj / Makefile
1 Project = natd
2 Install_Dir = /usr/sbin
3
4 HFILES = natd.h
5 CFILES = icmp.c natd.c
6 MANPAGES = natd.8
7
8 Extra_CC_Flags = -mdynamic-no-pic -dead_strip \
9 -I../alias
10 Extra_LD_Flags = -lalias
11
12 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make