summaryrefslogtreecommitdiff
path: root/usr.bin/pagesize
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>1996-10-18 05:55:26 +0000
committerthorpej <thorpej@NetBSD.org>1996-10-18 05:55:26 +0000
commit150c33e60b6c0a63c93e86e4f4e6cdff35563e4f (patch)
treec20b14080777c147304dccb47e6406cc44124fd7 /usr.bin/pagesize
parent7f9ea0f2edf68e515fb857dde3206f667e267f29 (diff)
Use ${INSTALL}.
Diffstat (limited to 'usr.bin/pagesize')
-rw-r--r--usr.bin/pagesize/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/pagesize/Makefile b/usr.bin/pagesize/Makefile
index 89ef7efee14..dfdaba06eaf 100644
--- a/usr.bin/pagesize/Makefile
+++ b/usr.bin/pagesize/Makefile
@@ -1,12 +1,12 @@
# @(#)Makefile 8.2 (Berkeley) 4/3/94
-# $NetBSD: Makefile,v 1.6 1995/09/05 01:11:10 cgd Exp $
+# $NetBSD: Makefile,v 1.7 1996/10/18 06:18:22 thorpej Exp $
MAN= pagesize.1
SCRIPT= pagesize.sh
realinstall:
- install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/${SCRIPT} ${DESTDIR}${BINDIR}/pagesize
.include <bsd.prog.mk>