aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell_cmds/sh/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell_cmds/sh/Makefile b/shell_cmds/sh/Makefile
index 3035351..7926fef 100644
--- a/shell_cmds/sh/Makefile
+++ b/shell_cmds/sh/Makefile
@@ -5,6 +5,7 @@ BINDIR=/bin
PACKAGE=runtime
PROG= sh
+PROGNAME= ash
INSTALLFLAGS= -S
SHSRCS= alias.c arith_yacc.c arith_yylex.c cd.c echo.c error.c eval.c \
exec.c expand.c \