diff options
| author | thorpej <thorpej@NetBSD.org> | 1996-10-18 05:45:01 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 1996-10-18 05:45:01 +0000 |
| commit | 7f9ea0f2edf68e515fb857dde3206f667e267f29 (patch) | |
| tree | 4d51c9bf6a897d8614513b3a5469491fa939c0d2 /libexec | |
| parent | 5042faf8163b051c97b8fa4e71f16b1554c91f92 (diff) | |
Use ${INSTALL}.
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/makewhatis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/makewhatis/Makefile b/libexec/makewhatis/Makefile index 6a9957b733f..ccccbf3a057 100644 --- a/libexec/makewhatis/Makefile +++ b/libexec/makewhatis/Makefile @@ -1,11 +1,11 @@ -# $Id: Makefile,v 1.1 1993/12/21 03:28:00 cgd Exp $ +# $Id: Makefile,v 1.2 1996/10/18 05:49:46 thorpej Exp $ NOMAN= NOPROG= NOOBJ= afterinstall: - install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ $(.CURDIR)/makewhatis.sh $(DESTDIR)$(BINDIR)/makewhatis .include <bsd.prog.mk> |
