]> git.saurik.com Git - apple/network_cmds.git/blob - spray.tproj/Makefile
network_cmds-307.tar.gz
[apple/network_cmds.git] / spray.tproj / Makefile
1 Project = spray
2 Install_Dir = /usr/sbin
3
4 CFILES = spray.c
5 RPCFILES = spray.x
6 MANPAGES = spray.8
7
8 Extra_CC_Flags = -mdynamic-no-pic -dead_strip
9
10 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make