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