summaryrefslogtreecommitdiffstats
path: root/monop/Makefile
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2001-06-06 17:31:28 +0000
committerlukem <lukem@NetBSD.org>2001-06-06 17:31:28 +0000
commitb0776b899d6640e1f1c441c1c296f757ae40ebdf (patch)
tree9367acef95221fdb22e936967506c52257bde3f2 /monop/Makefile
parent179e4f49768ff771d98df4c4ec7c8237802fb7e7 (diff)
downloadbsdgames-darwin-b0776b899d6640e1f1c441c1c296f757ae40ebdf.tar.gz
bsdgames-darwin-b0776b899d6640e1f1c441c1c296f757ae40ebdf.tar.zst
bsdgames-darwin-b0776b899d6640e1f1c441c1c296f757ae40ebdf.zip
fix building of cards.pck
Diffstat (limited to 'monop/Makefile')
-rw-r--r--monop/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/monop/Makefile b/monop/Makefile
index 70bdbc4f..c6ed0e9b 100644
--- a/monop/Makefile
+++ b/monop/Makefile
@@ -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 @@ FILES=cards.pck
FILESDIR=/usr/share/games
.endif
-monop: cards.pck
+realall: ${FILES}
initdeck: initdeck.c
${HOST_LINK.c} -o initdeck ${.CURDIR}/initdeck.c