Makefile revision 1.20
11.20Slukem# $NetBSD: Makefile,v 1.20 1999/02/13 02:54:21 lukem Exp $ 21.12Scgd# @(#)Makefile 8.1 (Berkeley) 5/31/93 31.1Scgd 41.20Slukem.include <bsd.own.mk> 51.20Slukem 61.1ScgdPROG= monop 71.1ScgdSRCS= monop.c cards.c execute.c getinp.c houses.c jail.c misc.c morg.c \ 81.1Scgd 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.6Smycroftmonop: cards.pck 181.18Swrstuden 191.18Swrstudeninitdeck: initdeck.c 201.18Swrstuden ${HOST_LINK.c} -o initdeck ${.CURDIR}/initdeck.c 211.6Smycroft 221.1Scgdcards.pck: initdeck 231.10Spk ${.OBJDIR}/initdeck ${.CURDIR}/cards.inp 241.1Scgd 251.1Scgd.include <bsd.prog.mk> 26