7 Extra_LD_Flags = -dead_strip
9 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
11 BUILTINS = bg cd command fc fg getopts hash jobs read type ulimit umask unalias wait
14 $(INSTALL_SCRIPT) generic.sh $(DSTROOT)$(Install_Dir)/alias
15 @for builtin in $(BUILTINS); do \
16 $(LN) $(DSTROOT)/$(Install_Dir)/alias \
17 "$(DSTROOT)/$(Install_Dir)/$${builtin}" ; \
19 # $(LN) $(DSTROOT)/usr/share/man/man1/alias.1 \
20 # "$(DSTROOT)/usr/share/man/man1/$${builtin}.1" ; \