Use "${INSTALL} ${INSTALL_COPY}" instead of "install ${COPY}"

(mpech@prosoft.org.lv)
This commit is contained in:
angelos 2001-03-13 20:28:42 +00:00
parent 3f955c7bb2
commit 2c9cb20d94

View File

@ -7,6 +7,6 @@ tkcron:
sed -e "\:/usr/local/bin/wish: s;;${BINDIR}/wish8.3;g" tkcron.tcl > tkcron
install: all
install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} tkcron ${BINDIR}
${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} tkcron ${BINDIR}
.include <bsd.own.mk>