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