summaryrefslogtreecommitdiff
path: root/usr.sbin/named/ndc
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1996-12-08 15:00:09 +0000
committerJason Downs <downsj@cvs.openbsd.org>1996-12-08 15:00:09 +0000
commit7b12c8734d7e8c4ce180c40d12c579291d401a9e (patch)
treec4eaf5c2a6c77de1fe90742f5c9dd236a5e1a8d0 /usr.sbin/named/ndc
parentea883c36316a8d2e4d3f02515b53427aa82ada27 (diff)
install -> ${INSTALL}, -c -> ${COPY}
Diffstat (limited to 'usr.sbin/named/ndc')
-rw-r--r--usr.sbin/named/ndc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/named/ndc/Makefile b/usr.sbin/named/ndc/Makefile
index 0633b62889e..3e74b8b790b 100644
--- a/usr.sbin/named/ndc/Makefile
+++ b/usr.sbin/named/ndc/Makefile
@@ -1,3 +1,4 @@
+# $OpenBSD: Makefile,v 1.5 1996/12/08 14:59:59 downsj Exp $
# $NetBSD: Makefile,v 1.1 1996/02/02 15:29:48 mrg Exp $
# from: $Id: Makefile,v 8.1 1994/12/15 06:23:47 vixie Exp
@@ -8,7 +9,7 @@ CLEANFILES+= ndc
MAN= ndc.8
realinstall: ndc
- install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
ndc ${DESTDIR}${BINDIR}/ndc
ndc: ndc.sh Makefile ${.CURDIR}/../Makefile.inc