Add ${COPY} on install command so that the file in obj does

not get removed when running make install.
This commit is contained in:
Rodney W. Grimes 1994-05-31 16:05:06 +00:00
parent ef8525f6a5
commit 56dcbac924
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1661

View File

@ -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>