diff options
author | bde <bde@FreeBSD.org> | 1997-01-01 04:22:23 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-01-01 04:22:23 +0000 |
commit | 4fca167e0602e20eccf55195f777621c56f17789 (patch) | |
tree | 15985d72bf018a5d6d67483342b8ca6e6c60215b /usr.sbin/ndc | |
parent | 2443764d47cba998090b844a05668b0f701a13e6 (diff) | |
download | FreeBSD-src-4fca167e0602e20eccf55195f777621c56f17789.zip FreeBSD-src-4fca167e0602e20eccf55195f777621c56f17789.tar.gz |
Use ${COPY} instead of -c for installing non-source files.
Diffstat (limited to 'usr.sbin/ndc')
-rw-r--r-- | usr.sbin/ndc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |