summaryrefslogtreecommitdiffstats
path: root/monop/Makefile
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1993-07-18 19:17:22 +0000
committermycroft <mycroft@NetBSD.org>1993-07-18 19:17:22 +0000
commit77a53f7abbd4b93e916adc3d744feff0331b7612 (patch)
tree8f3f4f3741e19ba8811a53f8a44c054d28d28915 /monop/Makefile
parent28315f9a5fe92c3b7c38cc4c74b8377e1f3bcb31 (diff)
downloadbsdgames-darwin-77a53f7abbd4b93e916adc3d744feff0331b7612.tar.gz
bsdgames-darwin-77a53f7abbd4b93e916adc3d744feff0331b7612.tar.zst
bsdgames-darwin-77a53f7abbd4b93e916adc3d744feff0331b7612.zip
Use ${COPY}, not -c for 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 bac5575c..7c07e5a4 100644
--- a/monop/Makefile
+++ b/monop/Makefile
@@ -16,7 +16,7 @@ initdeck: initdeck.c
${CC} ${CFLAGS} -o ${.TARGET} ${.CURDIR}/initdeck.c
beforeinstall:
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 cards.pck \
+ install ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 cards.pck \
${DESTDIR}/usr/share/games
.include <bsd.prog.mk>