diff options
Diffstat (limited to 'gnu/libexec/uucp/uuto/Makefile')
-rw-r--r-- | gnu/libexec/uucp/uuto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/libexec/uucp/uuto/Makefile b/gnu/libexec/uucp/uuto/Makefile index 7d93ac6fbf1..be3f3715a84 100644 --- a/gnu/libexec/uucp/uuto/Makefile +++ b/gnu/libexec/uucp/uuto/Makefile @@ -1,5 +1,5 @@ # Makefile for uuto -# $Id: Makefile,v 1.1 1995/10/18 08:38:44 deraadt Exp $ +# $Id: Makefile,v 1.2 1997/04/27 20:55:54 millert Exp $ BINDIR= $(bindir) @@ -13,7 +13,7 @@ uuto: uuto.in $(.CURDIR)/uuto.in > $(.TARGET) install: - install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + install ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ uuto ${DESTDIR}${BINDIR} .include <bsd.prog.mk> |