summaryrefslogtreecommitdiffstats
path: root/monop/Makefile
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1993-04-09 09:38:35 +0000
committercgd <cgd@NetBSD.org>1993-04-09 09:38:35 +0000
commit954bc0383991770c17e4b6c19af111ca211b5d56 (patch)
tree612a50548c99b0af3f8afd9068724a9d8be0004e /monop/Makefile
parent14ff8b9c7f890f9e7cbd384e1ae17b2d67ecdee7 (diff)
downloadbsdgames-darwin-954bc0383991770c17e4b6c19af111ca211b5d56.tar.gz
bsdgames-darwin-954bc0383991770c17e4b6c19af111ca211b5d56.tar.zst
bsdgames-darwin-954bc0383991770c17e4b6c19af111ca211b5d56.zip
copy deck of cards, rather than moving it, on install
Diffstat (limited to 'monop/Makefile')
-rw-r--r--monop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/monop/Makefile b/monop/Makefile
index 5edeba22..bac5575c 100644
--- a/monop/Makefile
+++ b/monop/Makefile
@@ -16,7 +16,7 @@ initdeck: initdeck.c
${CC} ${CFLAGS} -o ${.TARGET} ${.CURDIR}/initdeck.c
beforeinstall:
- install -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>