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