head	1.2;
access;
symbols
	games_tag:1.1.1.1
	games:1.1.1;
locks; strict;
comment	@# @;


1.2
date	97.07.13.14.14.18;	author peter;	state dead;
branches;
next	1.1;

1.1
date	94.09.04.04.03.02;	author jkh;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.09.04.04.03.03;	author jkh;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	95.12.30.18.33.51;	author peter;	state dead;
branches;
next	;


desc
@@


1.2
log
@kill the undead
@
text
@#	@@(#)Makefile	8.1 (Berkeley) 5/31/93

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
MAN6=	monop.6
DPADD=	${LIBCOMPAT}
LDADD=	-lcompat
HIDEGAME=hidegame
CLEANFILES+=initdeck cards.pck

all: ${PROG} ${MAN6}

monop: cards.pck

cards.pck: initdeck
	./initdeck ${.CURDIR}/cards.inp

initdeck: initdeck.c
	${CC} ${CFLAGS} -o ${.TARGET} ${.CURDIR}/initdeck.c

beforeinstall:
	install -c -o ${BINOWN} -g ${BINGRP} -m 444 cards.pck \
	    ${DESTDIR}/usr/share/games

.include <bsd.prog.mk>
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Bring in the 4.4 Lite games directory, modulo man page changes and segregation
of the x11 based games.  I'm not going to tag the originals with bsd_44_lite
and do this in two stages since it's just not worth it for this collection,
and I've got directory renames to deal with that way.  Bleah.
Submitted by:	jkh
@
text
@@


1.1.1.2
log
@recording cvs-1.6 file death
@
text
@@
