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/restart | |
parent | ea883c36316a8d2e4d3f02515b53427aa82ada27 (diff) |
install -> ${INSTALL}, -c -> ${COPY}
Diffstat (limited to 'usr.sbin/named/restart')
-rw-r--r-- | usr.sbin/named/restart/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/named/restart/Makefile b/usr.sbin/named/restart/Makefile index 0aeedcf5a6c..d09d89295ef 100644 --- a/usr.sbin/named/restart/Makefile +++ b/usr.sbin/named/restart/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.5 1996/12/08 15:00:03 downsj Exp $ # $NetBSD: Makefile,v 1.1 1996/02/02 15:30:35 mrg Exp $ # from: $Id: Makefile,v 8.1 1994/12/15 06:23:47 vixie Exp @@ -8,7 +9,7 @@ CLEANFILES+= named.restart MAN= named.restart.8 realinstall: named.restart - install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ named.restart ${DESTDIR}${BINDIR}/named.restart named.restart: named.restart.sh Makefile ${.CURDIR}/../Makefile.inc |