Install /bin/sh safely. This allows a shell script to be used

to strip binaries by specifying it in the STRIPBIN environment
variable honoured by install(1).

MFC after:	3 days
This commit is contained in:
Ruslan Ermilov 2004-03-18 10:55:47 +00:00
parent ba3ae5543b
commit 4995f06772
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=127167

View File

@ -2,6 +2,7 @@
# $FreeBSD$
PROG= sh
INSTALLFLAGS= -S
SHSRCS= alias.c arith.y arith_lex.l cd.c echo.c error.c eval.c exec.c expand.c \
histedit.c input.c jobs.c mail.c main.c memalloc.c miscbltin.c \
mystring.c options.c output.c parser.c redir.c show.c \