summaryrefslogtreecommitdiffstats
path: root/gnu/libexec/uucp/uuto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/libexec/uucp/uuto/Makefile')
-rw-r--r--gnu/libexec/uucp/uuto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/libexec/uucp/uuto/Makefile b/gnu/libexec/uucp/uuto/Makefile
index f020965..8fa6d0a 100644
--- a/gnu/libexec/uucp/uuto/Makefile
+++ b/gnu/libexec/uucp/uuto/Makefile
@@ -1,5 +1,5 @@
# Makefile for uuto
-# $Id: Makefile,v 1.4 1995/01/24 17:58:47 bde Exp $
+# $Id: Makefile,v 1.5 1995/05/13 12:57:44 ache Exp $
BINDIR= $(bindir)
CLEANFILES+= $(ONESHPROG)
@@ -12,7 +12,7 @@ $(ONESHPROG): $(ONESHPROG).in Makefile
$(.ALLSRC:N*Makefile) > $(.TARGET)
beforeinstall:
- install -c -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) \
+ ${INSTALL} -c -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) \
$(ONESHPROG) $(DESTDIR)$(BINDIR)/$(ONESHPROG)
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud