summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-04-29 10:28:11 +0000
committerru <ru@FreeBSD.org>2002-04-29 10:28:11 +0000
commit6685a257879878dde6afb0ae79cc136a587b275b (patch)
treedc4d85f6aefc7f9386c691416905978be60ddbec /usr.bin
parent5ca178fbceba9f4455ec098a72f696929ddc086f (diff)
downloadFreeBSD-src-6685a257879878dde6afb0ae79cc136a587b275b.zip
FreeBSD-src-6685a257879878dde6afb0ae79cc136a587b275b.tar.gz
Do not override the `install' target.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/strip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/strip/Makefile b/usr.bin/strip/Makefile
index fe05a65..ff8384f 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
OpenPOWER on IntegriCloud