diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-04-29 10:28:11 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-04-29 10:28:11 +0000 |
| commit | f7bf276ff5c4afb3521b2b88eb6fbf58c55d7b1b (patch) | |
| tree | dc4d85f6aefc7f9386c691416905978be60ddbec | |
| parent | d809b7922020ea56737f0e02a02729f71bf684a2 (diff) | |
Notes
| -rw-r--r-- | usr.bin/strip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/strip/Makefile b/usr.bin/strip/Makefile index fe05a652a279..ff8384f3532e 100644 --- a/usr.bin/strip/Makefile +++ b/usr.bin/strip/Makefile @@ -16,7 +16,7 @@ maybe_stripped: strip .endif .endif -install: maninstall +realinstall: ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ maybe_stripped ${DESTDIR}${BINDIR}/strip |
