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