diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-12-08 15:00:09 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-12-08 15:00:09 +0000 |
commit | 7b12c8734d7e8c4ce180c40d12c579291d401a9e (patch) | |
tree | c4eaf5c2a6c77de1fe90742f5c9dd236a5e1a8d0 /usr.sbin/named/reload/Makefile | |
parent | ea883c36316a8d2e4d3f02515b53427aa82ada27 (diff) |
install -> ${INSTALL}, -c -> ${COPY}
Diffstat (limited to 'usr.sbin/named/reload/Makefile')
-rw-r--r-- | usr.sbin/named/reload/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/named/reload/Makefile b/usr.sbin/named/reload/Makefile index f3dc27095cd..9a589225198 100644 --- a/usr.sbin/named/reload/Makefile +++ b/usr.sbin/named/reload/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.5 1996/12/08 15:00:02 downsj Exp $ # $NetBSD: Makefile,v 1.1 1996/02/02 15:30:32 mrg Exp $ # from: $Id: Makefile,v 8.1 1994/12/15 06:23:46 vixie Exp @@ -8,7 +9,7 @@ CLEANFILES+= named.reload MAN= named.reload.8 realinstall: named.reload - install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ named.reload ${DESTDIR}${BINDIR}/named.reload named.reload: named.reload.sh Makefile ${.CURDIR}/../Makefile.inc |