]> git.saurik.com Git - apple/shell_cmds.git/blame - sleep/Makefile
shell_cmds-162.tar.gz
[apple/shell_cmds.git] / sleep / Makefile
CommitLineData
41a2c555
A
1Project = sleep
2Install_Dir = /bin
44bd5ea7
A
3
4CFILES = sleep.c
41a2c555 5MANPAGES = sleep.1
44bd5ea7 6
f14763b6 7Extra_CC_Flags = -Wall -Werror
ddb4a88b 8Extra_CC_Flags += -D__FBSDID=__RCSID
41a2c555 9Extra_LD_Flags = -dead_strip
44bd5ea7 10
41a2c555 11include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make