From 4fca167e0602e20eccf55195f777621c56f17789 Mon Sep 17 00:00:00 2001 From: bde Date: Wed, 1 Jan 1997 04:22:23 +0000 Subject: Use ${COPY} instead of -c for installing non-source files. --- usr.sbin/ndc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/ndc') diff --git a/usr.sbin/ndc/Makefile b/usr.sbin/ndc/Makefile index abb3e3d..9a95bd2 100644 --- a/usr.sbin/ndc/Makefile +++ b/usr.sbin/ndc/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.1 1996/08/29 21:46:45 peter Exp $ .include "${.CURDIR}/../named/Makefile.inc" @@ -11,7 +11,7 @@ CLEANFILES+= ndc all: ndc realinstall: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ndc \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ndc \ ${DESTDIR}${BINDIR} ndc: ndc.sh ndcedit.awk ${BIND_DIR}/Makefile -- cgit v1.1