diff options
| author | thorpej <thorpej@NetBSD.org> | 1996-10-18 02:52:59 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 1996-10-18 02:52:59 +0000 |
| commit | 46ac224706db6d57b2dde4941b79089c5004c353 (patch) | |
| tree | 5870fa04fa5922511c890b2946e97e4269b37aec /gnu/libexec | |
| parent | 52f81a49351ba3f503c4f1740e84cbecb644b761 (diff) | |
Use ${INSTALL}.
Diffstat (limited to 'gnu/libexec')
| -rw-r--r-- | gnu/libexec/uucp/uusched/Makefile | 4 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uuto/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/libexec/uucp/uusched/Makefile b/gnu/libexec/uucp/uusched/Makefile index a00e9bdc80a..688f2857371 100644 --- a/gnu/libexec/uucp/uusched/Makefile +++ b/gnu/libexec/uucp/uusched/Makefile @@ -1,5 +1,5 @@ +# $NetBSD: Makefile,v 1.6 1996/10/18 02:56:47 thorpej Exp $ # Makefile for uusched -# $Id: Makefile,v 1.5 1995/08/24 05:23:28 jtc Exp $ BINDIR= $(bindir) @@ -13,7 +13,7 @@ uusched: uusched.in $(.CURDIR)/uusched.in > $(.TARGET) install: - install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ uusched ${DESTDIR}${BINDIR} .include <bsd.prog.mk> diff --git a/gnu/libexec/uucp/uuto/Makefile b/gnu/libexec/uucp/uuto/Makefile index 96b19e7ec9b..7b62cf91afb 100644 --- a/gnu/libexec/uucp/uuto/Makefile +++ b/gnu/libexec/uucp/uuto/Makefile @@ -1,5 +1,5 @@ +# $NetBSD: Makefile,v 1.6 1996/10/18 02:57:34 thorpej Exp $ # Makefile for uuto -# $Id: Makefile,v 1.5 1995/08/24 05:23:35 jtc Exp $ BINDIR= $(bindir) @@ -13,7 +13,7 @@ uuto: uuto.in $(.CURDIR)/uuto.in > $(.TARGET) install: - install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ uuto ${DESTDIR}${BINDIR} .include <bsd.prog.mk> |
