Makefile   [plain text]


Project = nohup
Install_Dir = /usr/bin

CFILES = nohup.c
MANPAGES = nohup.1

Extra_CC_Flags = -Wall
Extra_LD_Flags = -dead_strip

include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make