diff options
author | Boris Popov <bp@FreeBSD.org> | 1999-10-21 01:50:21 +0000 |
---|---|---|
committer | Boris Popov <bp@FreeBSD.org> | 1999-10-21 01:50:21 +0000 |
commit | 07a98ff5cac9534892369487a38e2a599483728b (patch) | |
tree | 35a4c9cd74829009a44a75be1e5b74ed5cc04f41 /lib/libncp | |
parent | f1b965c94b41ab872dffcb6dd442ed2b2c2d5be7 (diff) | |
download | src-07a98ff5cac9534892369487a38e2a599483728b.tar.gz src-07a98ff5cac9534892369487a38e2a599483728b.zip |
Notes
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 b1170ba02cf9..c87d5e9ac583 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 |