summaryrefslogtreecommitdiffstats
path: root/monop/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 /monop/Makefile
parentd699982161fcf04c378aee3bd4f787d410ff6ff1 (diff)
downloadbsdgames-darwin-e47c09cdd67928e9609e0a298f2573406339e088.tar.gz
bsdgames-darwin-e47c09cdd67928e9609e0a298f2573406339e088.tar.zst
bsdgames-darwin-e47c09cdd67928e9609e0a298f2573406339e088.zip
Use ${INSTALL}.
Diffstat (limited to 'monop/Makefile')
-rw-r--r--monop/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/monop/Makefile b/monop/Makefile
index 0b692e3d..7edf5feb 100644
--- a/monop/Makefile
+++ b/monop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 1995/03/23 08:34:32 cgd Exp $
+# $NetBSD: Makefile,v 1.13 1996/10/18 02:48:56 thorpej Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= monop
@@ -19,7 +19,7 @@ initdeck: initdeck.c
${CC} ${CFLAGS} ${LDFLAGS} ${LDSTATIC} -o ${.TARGET} ${.CURDIR}/initdeck.c ${LDADD}
beforeinstall:
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 cards.pck \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 cards.pck \
${DESTDIR}/usr/share/games
.include <bsd.prog.mk>