]> git.saurik.com Git - apple/shell_cmds.git/blobdiff - false/Makefile
shell_cmds-170.tar.gz
[apple/shell_cmds.git] / false / Makefile
diff --git a/false/Makefile b/false/Makefile
deleted file mode 100644 (file)
index e6448b3..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-Project = false
-Install_Dir = /usr/bin
-
-CFILES = false.c
-MANPAGES = false.1
-
-Extra_CC_Flags = -Wall
-Extra_LD_Flags = -dead_strip
-
-include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make