Use ${INSTALL} instead of 'install'.

This commit is contained in:
Boris Popov 1999-10-21 01:50:21 +00:00
parent f1b965c94b
commit 07a98ff5ca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52414

View file

@ -17,7 +17,7 @@ HEADERS=ncp_cfg.h ncp_lib.h ncp_file.h ncp_rcfile.h
beforeinstall:
.for hdr in ${HEADERS}
install -c -o ${BINOWN} -g ${BINGRP} -m 0444 \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 0444 \
${.CURDIR}/${hdr} ${DESTDIR}/usr/include/netncp
.endfor