summaryrefslogtreecommitdiffstats
path: root/larn/Makefile
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>1996-10-18 02:48:24 +0000
committerthorpej <thorpej@NetBSD.org>1996-10-18 02:48:24 +0000
commite47c09cdd67928e9609e0a298f2573406339e088 (patch)
tree2cf48738a8b1b68ba0df086c3c63902aa4391e64 /larn/Makefile
parentd699982161fcf04c378aee3bd4f787d410ff6ff1 (diff)
downloadbsdgames-darwin-e47c09cdd67928e9609e0a298f2573406339e088.tar.gz
bsdgames-darwin-e47c09cdd67928e9609e0a298f2573406339e088.tar.zst
bsdgames-darwin-e47c09cdd67928e9609e0a298f2573406339e088.zip
Use ${INSTALL}.
Diffstat (limited to 'larn/Makefile')
-rw-r--r--larn/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/larn/Makefile b/larn/Makefile
index 987d0159..3ad81a06 100644
--- a/larn/Makefile
+++ b/larn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1995/04/22 07:34:00 cgd Exp $
+# $NetBSD: Makefile,v 1.9 1996/10/18 02:48:24 thorpej Exp $
# @(#)Makefile 5.12 (Berkeley) 5/30/93
# EXTRA
@@ -63,8 +63,7 @@ LDADD= -ltermcap -lcompat
HIDEGAME=hidegame
beforeinstall:
- (cd ${.CURDIR}/datfiles; install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
- larnmaze larnopts larn.help \
- ${DESTDIR}/usr/share/games/larn)
+ (cd ${.CURDIR}/datfiles; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} \
+ -m 444 larnmaze larnopts larn.help ${DESTDIR}/usr/share/games/larn)
.include <bsd.prog.mk>