diff options
Diffstat (limited to 'lib/libncp')
-rw-r--r-- | lib/libncp/Makefile | 2 |
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 |