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