summaryrefslogtreecommitdiffstats
path: root/usr.bin/xinstall/Makefile
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-05-31 16:05:06 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-05-31 16:05:06 +0000
commitd49b45aa010539e192684bab62327e9b603bed94 (patch)
tree11679c2a0ae25196ffa8b66a9864eb52caabd573 /usr.bin/xinstall/Makefile
parent45e96239b71c724c1450aced945be5700b4b834d (diff)
downloadFreeBSD-src-d49b45aa010539e192684bab62327e9b603bed94.zip
FreeBSD-src-d49b45aa010539e192684bab62327e9b603bed94.tar.gz
Add ${COPY} on install command so that the file in obj does
not get removed when running make install.
Diffstat (limited to 'usr.bin/xinstall/Makefile')
-rw-r--r--usr.bin/xinstall/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/xinstall/Makefile b/usr.bin/xinstall/Makefile
index 83cc8e0..ae01925 100644
--- a/usr.bin/xinstall/Makefile
+++ b/usr.bin/xinstall/Makefile
@@ -6,7 +6,7 @@ MAN1= install.0
.PATH: ${.CURDIR}/../../bin/ls
install:
- install ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ install ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${PROG} ${DESTDIR}${BINDIR}/install
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud