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