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