diff options
| -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 |
