]> git.saurik.com Git - apple/shell_cmds.git/blobdiff - alias/Makefile
shell_cmds-170.tar.gz
[apple/shell_cmds.git] / alias / Makefile
diff --git a/alias/Makefile b/alias/Makefile
deleted file mode 100644 (file)
index 123299b..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-Project = alias
-Install_Dir = /usr/bin
-
-MANPAGES = alias.1
-
-Extra_CC_Flags = -Wall
-Extra_LD_Flags = -dead_strip
-
-include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
-
-BUILTINS = bg cd command fc fg getopts hash jobs read type ulimit umask unalias wait
-
-after_install:
-       $(INSTALL_SCRIPT) generic.sh $(DSTROOT)$(Install_Dir)/alias
-       @for builtin in $(BUILTINS); do \
-               $(LN) $(DSTROOT)/$(Install_Dir)/alias \
-                       "$(DSTROOT)/$(Install_Dir)/$${builtin}" ; \
-       done
-#              $(LN) $(DSTROOT)/usr/share/man/man1/alias.1 \
-#                      "$(DSTROOT)/usr/share/man/man1/$${builtin}.1" ; \