Cross Reference: Makefile
xref: /src/games/monop/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/games/monop/
Makefile revision 1.20
1#	$NetBSD: Makefile,v 1.20 1999/02/13 02:54:21 lukem Exp $
2#	@(#)Makefile	8.1 (Berkeley) 5/31/93
3
4.include <bsd.own.mk>
5
6PROG=	monop
7SRCS=	monop.c cards.c execute.c getinp.c houses.c jail.c misc.c morg.c \
8	print.c prop.c rent.c roll.c spec.c trade.c
9MAN=	monop.6
10HIDEGAME=hidegame
11CLEANFILES+=initdeck cards.pck
12.if ${MKSHARE} != "no"
13FILES=cards.pck
14FILESDIR=/usr/share/games
15.endif
16
17monop: cards.pck
18
19initdeck: initdeck.c
20	${HOST_LINK.c} -o initdeck ${.CURDIR}/initdeck.c
21
22cards.pck: initdeck
23	${.OBJDIR}/initdeck ${.CURDIR}/cards.inp
24
25.include <bsd.prog.mk>
26

Indexes created Sun Dec 21 11:09:39 GMT 2025