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