summaryrefslogtreecommitdiffstats
path: root/monop/Makefile
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2008-02-24 02:43:18 +0000
committerdholland <dholland@NetBSD.org>2008-02-24 02:43:18 +0000
commit21d886f3ff24a8a1d26df7ec7bf76a0381850557 (patch)
treee03575a6a40a703af06cf302a0af5c4afe32b5e1 /monop/Makefile
parent858a6720891a7ac54475ce092705f4a9c8ec4f64 (diff)
downloadbsdgames-darwin-21d886f3ff24a8a1d26df7ec7bf76a0381850557.tar.gz
bsdgames-darwin-21d886f3ff24a8a1d26df7ec7bf76a0381850557.tar.zst
bsdgames-darwin-21d886f3ff24a8a1d26df7ec7bf76a0381850557.zip
Abolish the initdeck program and the weird little binary file it generates.
The card deck data is now compiled in. (And it always should have been, even back when memory usage counted. It's small.) This changes the save format slightly. (I am riding the previous breakage an hour ago and not providing compat. There should be no further breakage.)
Diffstat (limited to 'monop/Makefile')
-rw-r--r--monop/Makefile17
1 files changed, 1 insertions, 16 deletions
diff --git a/monop/Makefile b/monop/Makefile
index 2a40fc1a..45eea382 100644
--- a/monop/Makefile
+++ b/monop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2008/02/24 01:41:14 dholland Exp $
+# $NetBSD: Makefile,v 1.30 2008/02/24 02:43:18 dholland Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
.include <bsd.own.mk>
@@ -8,20 +8,5 @@ SRCS= monop.c cards.c execute.c getinp.c houses.c jail.c misc.c \
morg.c print.c prop.c rent.c roll.c spec.c trade.c
MAN= monop.6
HIDEGAME=hidegame
-CLEANFILES+=initdeck initdeck.lo cards.pck
-.if ${MKSHARE} != "no"
-FILES=cards.pck
-FILESDIR=/usr/share/games
-.endif
-
-realall: ${FILES}
-
-initdeck: initdeck.lo
- ${_MKTARGET_LINK}
- ${HOST_LINK.c} -o ${.TARGET} ${.ALLSRC}
-
-cards.pck: initdeck
- ${_MKTARGET_CREATE}
- ./initdeck ${.CURDIR}/cards.inp
.include <bsd.prog.mk>