summaryrefslogtreecommitdiffstats
path: root/lib/libncp
diff options
context:
space:
mode:
authorbp <bp@FreeBSD.org>1999-10-21 01:50:21 +0000
committerbp <bp@FreeBSD.org>1999-10-21 01:50:21 +0000
commit15e239d7e5b385cfdafaca3aebfbcbc63892abdc (patch)
tree35a4c9cd74829009a44a75be1e5b74ed5cc04f41 /lib/libncp
parente9a7ac15d7e3ee5d48f309246529addb58f6b944 (diff)
downloadFreeBSD-src-15e239d7e5b385cfdafaca3aebfbcbc63892abdc.zip
FreeBSD-src-15e239d7e5b385cfdafaca3aebfbcbc63892abdc.tar.gz
Use ${INSTALL} instead of 'install'.
Diffstat (limited to 'lib/libncp')
-rw-r--r--lib/libncp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libncp/Makefile b/lib/libncp/Makefile
index b1170ba..c87d5e9 100644
--- a/lib/libncp/Makefile
+++ b/lib/libncp/Makefile
@@ -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
OpenPOWER on IntegriCloud