diff options
author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-05-30 14:17:23 +0000 |
---|---|---|
committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-05-30 14:17:23 +0000 |
commit | 9f23196c427eddb59bd454053a732e7cfebcb459 (patch) | |
tree | cbc76bb7378182b40bb7ac82490598cf9234b40d /usr.bin/strip | |
parent | 5c64522858e96e82287b3b310862033f51fcc8f5 (diff) |
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/Makefile | 3 |
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> |