X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/b0776b899d6640e1f1c441c1c296f757ae40ebdf..31f496067cd42ce5ff71163efa5921ab6522e4aa:/monop/Makefile?ds=sidebyside diff --git a/monop/Makefile b/monop/Makefile index c6ed0e9b..45eea382 100644 --- a/monop/Makefile +++ b/monop/Makefile @@ -1,25 +1,12 @@ -# $NetBSD: Makefile,v 1.21 2001/06/06 17:31:28 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 misc.c morg.c \ - print.c prop.c rent.c roll.c spec.c trade.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 - ${HOST_LINK.c} -o initdeck ${.CURDIR}/initdeck.c - -cards.pck: initdeck - ${.OBJDIR}/initdeck ${.CURDIR}/cards.inp .include