summaryrefslogtreecommitdiffstats
path: root/bin/sh/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-03-18 10:55:47 +0000
committerru <ru@FreeBSD.org>2004-03-18 10:55:47 +0000
commit0a99cc5d8987881689a5b403b1956e73e1349e3e (patch)
tree8be1c29e1b77ac00a131e3137daaa04e37948606 /bin/sh/Makefile
parent73d84b5335be0ce56fc8edb56bf8e6bb76ae34c9 (diff)
downloadFreeBSD-src-0a99cc5d8987881689a5b403b1956e73e1349e3e.zip
FreeBSD-src-0a99cc5d8987881689a5b403b1956e73e1349e3e.tar.gz
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
Diffstat (limited to 'bin/sh/Makefile')
-rw-r--r--bin/sh/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/sh/Makefile b/bin/sh/Makefile
index f5052a4..7337d98 100644
--- a/bin/sh/Makefile
+++ b/bin/sh/Makefile
@@ -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 \
OpenPOWER on IntegriCloud