summaryrefslogtreecommitdiffstats
path: root/gnu/libexec/uucp/uusched/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/libexec/uucp/uusched/Makefile')
-rw-r--r--gnu/libexec/uucp/uusched/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/libexec/uucp/uusched/Makefile b/gnu/libexec/uucp/uusched/Makefile
index 152ef5a..a18430a 100644
--- a/gnu/libexec/uucp/uusched/Makefile
+++ b/gnu/libexec/uucp/uusched/Makefile
@@ -1,5 +1,5 @@
# Makefile for uusched
-# $Id: Makefile,v 1.6 1995/01/24 17:58:35 bde Exp $
+# $Id: Makefile,v 1.7 1995/05/13 12:57:43 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