aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/strip
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1994-05-30 14:17:23 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1994-05-30 14:17:23 +0000
commit9f23196c427eddb59bd454053a732e7cfebcb459 (patch)
treecbc76bb7378182b40bb7ac82490598cf9234b40d /usr.bin/strip
parent5c64522858e96e82287b3b310862033f51fcc8f5 (diff)
downloadsrc-9f23196c427eddb59bd454053a732e7cfebcb459.tar.gz
src-9f23196c427eddb59bd454053a732e7cfebcb459.zip
Cleanup so that make install can run, many install: maninstall changed
to just install:, sperious targets and CLEANFILES removed.
Notes
Notes: svn path=/head/; revision=1637
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 aedea503d158..f713477073fc 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>