Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/games/monop fix building of cards.pck



details:   https://anonhg.NetBSD.org/src/rev/fe2fb8a2c7cf
branches:  trunk
changeset: 510788:fe2fb8a2c7cf
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Jun 06 17:31:28 2001 +0000

description:
fix building of cards.pck

diffstat:

 games/monop/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0ff63c55bf01 -r fe2fb8a2c7cf games/monop/Makefile
--- a/games/monop/Makefile      Wed Jun 06 17:00:00 2001 +0000
+++ b/games/monop/Makefile      Wed Jun 06 17:31:28 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.20 1999/02/13 02:54:21 lukem Exp $
+#      $NetBSD: Makefile,v 1.21 2001/06/06 17:31:28 lukem Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
 .include <bsd.own.mk>
@@ -14,7 +14,7 @@
 FILESDIR=/usr/share/games
 .endif
 
-monop: cards.pck
+realall: ${FILES}
 
 initdeck: initdeck.c
        ${HOST_LINK.c} -o initdeck ${.CURDIR}/initdeck.c



Home | Main Index | Thread Index | Old Index