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