Makefile revision 1.23
11.23Schristos# $NetBSD: Makefile,v 1.23 2003/04/21 01:23:07 christos Exp $ 21.12Scgd# @(#)Makefile 8.1 (Berkeley) 5/31/93 31.1Scgd 41.20Slukem.include <bsd.own.mk> 51.20Slukem 61.1ScgdPROG= monop 71.23SchristosSRCS= monop.c cards.c execute.c getinp.c houses.c jail.c malloc.c misc.c \ 81.23Schristos morg.c print.c prop.c rent.c roll.c spec.c trade.c 91.11ScgdMAN= monop.6 101.1ScgdHIDEGAME=hidegame 111.1ScgdCLEANFILES+=initdeck cards.pck 121.20Slukem.if ${MKSHARE} != "no" 131.14SchristosFILES=cards.pck 141.14SchristosFILESDIR=/usr/share/games 151.19Slukem.endif 161.1Scgd 171.21Slukemrealall: ${FILES} 181.18Swrstuden 191.18Swrstudeninitdeck: initdeck.c 201.18Swrstuden ${HOST_LINK.c} -o initdeck ${.CURDIR}/initdeck.c 211.6Smycroft 221.1Scgdcards.pck: initdeck 231.22Sthorpej ./initdeck ${.CURDIR}/cards.inp 241.1Scgd 251.1Scgd.include <bsd.prog.mk> 26