summaryrefslogtreecommitdiffstats
path: root/monop/Makefile
blob: 29376c64b63a85d0310fbca4e2636b39130228fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#	$NetBSD: Makefile,v 1.19 1998/09/29 07:33:21 lukem Exp $
#	@(#)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
MAN=	monop.6
HIDEGAME=hidegame
CLEANFILES+=initdeck cards.pck
.if !defined(NOSHARE)
FILES=cards.pck
FILESDIR=/usr/share/games
.endif

monop: cards.pck

initdeck: initdeck.c
	${HOST_LINK.c} -o initdeck ${.CURDIR}/initdeck.c

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

.include <bsd.prog.mk>