]> git.saurik.com Git - apple/system_cmds.git/blob - makekey.tproj/Makefile
system_cmds-496.tar.gz
[apple/system_cmds.git] / makekey.tproj / Makefile
1 Project = makekey
2 Install_Dir = /usr/libexec
3
4 CFILES = makekey.c
5 MANPAGES = makekey.8
6
7 Extra_CC_Flags = -Wall -Werror -mdynamic-no-pic
8 Extra_LD_Flags = -dead_strip
9
10 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make