X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/95e5fff2a7e41ff5df14257ae6e7a7693b43d360..31f496067cd42ce5ff71163efa5921ab6522e4aa:/monop/Makefile diff --git a/monop/Makefile b/monop/Makefile index bc9bcb7e..45eea382 100644 --- a/monop/Makefile +++ b/monop/Makefile @@ -1,29 +1,12 @@ -# $NetBSD: Makefile,v 1.24 2003/10/19 01:01:44 lukem Exp $ +# $NetBSD: Makefile,v 1.30 2008/02/24 02:43:18 dholland Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 .include PROG= monop -SRCS= monop.c cards.c execute.c getinp.c houses.c jail.c malloc.c misc.c \ +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 cards.pck -.if ${MKSHARE} != "no" -FILES=cards.pck -FILESDIR=/usr/share/games -.endif - -realall: ${FILES} - -initdeck: initdeck.c - ${_MKMSG} "compile ${.TARGET}" - ${_MKCMD}\ - ${HOST_LINK.c} -o initdeck ${.CURDIR}/initdeck.c - -cards.pck: initdeck - ${_MKMSG} " create ${.TARGET}" - ${_MKCMD}\ - ./initdeck ${.CURDIR}/cards.inp .include