summaryrefslogtreecommitdiffstats
path: root/usr.bin/strip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/strip/Makefile')
-rw-r--r--usr.bin/strip/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/strip/Makefile b/usr.bin/strip/Makefile
index b9bfe09..3d19864 100644
--- a/usr.bin/strip/Makefile
+++ b/usr.bin/strip/Makefile
@@ -8,9 +8,11 @@ all: maybe_stripped
maybe_stripped: strip
cp -p strip maybe_stripped
+.if defined(STRIP)
.if ${STRIP:M-s} != ""
./strip maybe_stripped
.endif
+.endif
install: maninstall
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
OpenPOWER on IntegriCloud