-# $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
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>
-# $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
${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>
-# $NetBSD: Makefile,v 1.9 1995/05/11 22:00:50 cgd Exp $
+# $NetBSD: Makefile,v 1.10 1996/10/18 02:49:35 thorpej Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= quiz
HIDEGAME=hidegame
beforeinstall:
- (cd ${.CURDIR}/datfiles; install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
- ${CATS} ${DESTDIR}/usr/share/games/quiz.db)
+ (cd ${.CURDIR}/datfiles; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} \
+ -m 444 ${CATS} ${DESTDIR}/usr/share/games/quiz.db)
.include <bsd.prog.mk>
-# $NetBSD: Makefile,v 1.5 1995/04/22 10:08:46 cgd Exp $
+# $NetBSD: Makefile,v 1.6 1996/10/18 02:50:15 thorpej Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= robots
HIDEGAME=hidegame
beforeinstall:
- install -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
${DESTDIR}/var/games/robots_roll
.include <bsd.prog.mk>
-# $NetBSD: Makefile,v 1.4 1995/04/22 07:53:41 cgd Exp $
+# $NetBSD: Makefile,v 1.5 1996/10/18 02:50:57 thorpej Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
NOOBJ= noobj
all wargames clean cleandir depend lint tags:
install:
- install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/wargames.sh ${DESTDIR}/usr/games/wargames
.include <bsd.prog.mk>
-# $NetBSD: Makefile,v 1.4 1995/04/22 08:19:45 cgd Exp $
+# $NetBSD: Makefile,v 1.5 1996/10/18 02:51:24 thorpej Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= wump
HIDEGAME=hidegame
beforeinstall:
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/wump.info \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/wump.info \
${DESTDIR}/usr/share/games
.include <bsd.prog.mk>