X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/47586955e05556c45ccc9138a5aa6e46c99c75f9..7087c81c94933d8c832b4350178fdddb7c167080:/monop/Makefile diff --git a/monop/Makefile b/monop/Makefile index 77dd527b..01d6dbab 100644 --- a/monop/Makefile +++ b/monop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2003/10/19 04:45:01 lukem Exp $ +# $NetBSD: Makefile,v 1.27 2003/11/16 14:14:18 lukem Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 .include @@ -8,7 +8,7 @@ SRCS= monop.c cards.c execute.c getinp.c houses.c jail.c malloc.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 +CLEANFILES+=initdeck initdeck.lo cards.pck .if ${MKSHARE} != "no" FILES=cards.pck FILESDIR=/usr/share/games @@ -16,14 +16,12 @@ FILESDIR=/usr/share/games realall: ${FILES} -initdeck: initdeck.c - ${_MKMSGLINK} - ${_MKCMD}\ - ${HOST_LINK.c} -o initdeck ${.CURDIR}/initdeck.c +initdeck: initdeck.lo + ${_MKTARGET_LINK} + ${HOST_LINK.c} -o ${.TARGET} ${.ALLSRC} cards.pck: initdeck - ${_MKMSGCREATE} - ${_MKCMD}\ + ${_MKTARGET_CREATE} ./initdeck ${.CURDIR}/cards.inp .include