summaryrefslogtreecommitdiffstats
path: root/hack/Makefile
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>1996-10-18 02:37:51 +0000
committerthorpej <thorpej@NetBSD.org>1996-10-18 02:37:51 +0000
commitd699982161fcf04c378aee3bd4f787d410ff6ff1 (patch)
tree499ddb8df800faecd01280cc302896bafc57e89a /hack/Makefile
parent623cdc6f2c89f79e816e25eea6ceda472431ee74 (diff)
downloadbsdgames-darwin-d699982161fcf04c378aee3bd4f787d410ff6ff1.tar.gz
bsdgames-darwin-d699982161fcf04c378aee3bd4f787d410ff6ff1.tar.zst
bsdgames-darwin-d699982161fcf04c378aee3bd4f787d410ff6ff1.zip
Use ${INSTALL}.
Diffstat (limited to 'hack/Makefile')
-rw-r--r--hack/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/hack/Makefile b/hack/Makefile
index 4fa0fc04..8a44e943 100644
--- a/hack/Makefile
+++ b/hack/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 1995/03/23 08:29:07 cgd Exp $
+# $NetBSD: Makefile,v 1.17 1996/10/18 02:47:18 thorpej Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= hack
@@ -30,11 +30,11 @@ makedefs: makedefs.c
${CC} ${CFLAGS} ${LDFLAGS} ${LDSTATIC} -o ${.TARGET} ${.CURDIR}/${.PREFIX}.c ${LDADD}
beforeinstall:
- install -c -o games -g games -m 600 /dev/null \
+ ${INSTALL} -c -o games -g games -m 600 /dev/null \
${DESTDIR}/var/games/hackdir/perm
- install -c -o games -g games -m 600 /dev/null \
+ ${INSTALL} -c -o games -g games -m 600 /dev/null \
${DESTDIR}/var/games/hackdir/record
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/help \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/help \
${.CURDIR}/hh ${.CURDIR}/data ${DESTDIR}/var/games/hackdir
rm -f ${DESTDIR}/var/games/hackdir/bones*