summaryrefslogtreecommitdiffstats
path: root/usr.bin/strip
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/strip')
-rw-r--r--usr.bin/strip/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/strip/Makefile b/usr.bin/strip/Makefile
index aedea50..f713477 100644
--- a/usr.bin/strip/Makefile
+++ b/usr.bin/strip/Makefile
@@ -2,10 +2,9 @@
PROG= strip
-install: maninstall
+install:
install -c -o ${BINOWN} -g ${BINOWN} -m ${BINMODE} strip \
${DESTDIR}${BINDIR}
./strip ${DESTDIR}${BINDIR}/strip
- rm -f ./strip
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud