diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-07-25 00:37:58 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-07-25 00:37:58 +0000 |
| commit | 9c0dc173cc77c4480ea66866d12021bb609b5deb (patch) | |
| tree | 67449d23a48a9e1b2ffd0a92e0f11275368bb4b0 /gnu/libexec/uucp/uuto/Makefile | |
| parent | 6eee579315c654f5d06b165ce593fa686aeafbb3 (diff) | |
Notes
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 f020965dfb21..8fa6d0a89071 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> |
