From cd7c90d38fcfaa98c9e2a069b70138ddf87e3955 Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 18 Jul 2002 12:07:49 +0000 Subject: s/${INSTALL} -c/${INSTALL} ${COPY}/ --- usr.sbin/ypserv/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/ypserv') diff --git a/usr.sbin/ypserv/Makefile b/usr.sbin/ypserv/Makefile index 30c3f3f..3c762c6 100644 --- a/usr.sbin/ypserv/Makefile +++ b/usr.sbin/ypserv/Makefile @@ -31,10 +31,10 @@ yp.h: yp.x ${RPCGEN} -h -o ${.TARGET} ${RPCDIR}/yp.x afterinstall: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \ ${.CURDIR}/Makefile.yp \ ${DESTDIR}/var/yp/Makefile.dist - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 555 \ ${.CURDIR}/ypinit.sh ${DESTDIR}${BINDIR}/ypinit @if [ ! -f ${DESTDIR}/var/yp/Makefile.dist ]; then \ ln -s ${DESTDIR}/var/yp/Makefile.dist \ -- cgit v1.1