]> git.saurik.com Git - apple/shell_cmds.git/blob - nohup/Makefile
25e5e3d8f2b9cd92763cd2e053f383a52ff649c0
[apple/shell_cmds.git] / nohup / Makefile
1 Project = nohup
2 Install_Dir = /usr/bin
3
4 CFILES = nohup.c
5 MANPAGES = nohup.1
6
7 Extra_CC_Flags = -Wall -mdynamic-no-pic
8 Extra_LD_Flags = -dead_strip
9
10 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make