just copy the cards
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 3 Sep 1992 02:50:58 +0000 (18:50 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 3 Sep 1992 02:50:58 +0000 (18:50 -0800)
SCCS-vsn: games/monop/Makefile 5.8

usr/src/games/monop/Makefile

index 464213a..b5242f5 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.7 (Berkeley) %G%
+#      @(#)Makefile    5.8 (Berkeley) %G%
 
 PROG=  monop
 SRCS=  monop.c cards.c execute.c getinp.c houses.c jail.c misc.c morg.c \
 
 PROG=  monop
 SRCS=  monop.c cards.c execute.c getinp.c houses.c jail.c misc.c morg.c \
@@ -20,7 +20,7 @@ initdeck: initdeck.c
        ${CC} ${CFLAGS} -o ${.TARGET} ${.CURDIR}/initdeck.c
 
 beforeinstall:
        ${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>
            ${DESTDIR}/usr/share/games
 
 .include <bsd.prog.mk>