]> git.saurik.com Git - apple/shell_cmds.git/blobdiff - path_helper/Makefile
shell_cmds-149.tar.gz
[apple/shell_cmds.git] / path_helper / Makefile
diff --git a/path_helper/Makefile b/path_helper/Makefile
new file mode 100644 (file)
index 0000000..6979d34
--- /dev/null
@@ -0,0 +1,10 @@
+Project = path_helper
+Install_Dir = /usr/libexec
+
+CFILES = path_helper.c
+MANPAGES = path_helper.8
+
+Extra_CC_Flags = -Wall -Werror -mdynamic-no-pic
+Extra_LD_Flags = -dead_strip
+
+include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make