Cross Reference: Makefile
xref: /src/games/monop/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/games/monop/
Makefile revision 1.22
1#	$NetBSD: Makefile,v 1.22 2002/03/05 21:30:41 thorpej 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
17realall: ${FILES}
18
19initdeck: initdeck.c
20	${HOST_LINK.c} -o initdeck ${.CURDIR}/initdeck.c
21
22cards.pck: initdeck
23	./initdeck ${.CURDIR}/cards.inp
24
25.include <bsd.prog.mk>
26

Indexes created Sat Dec 20 21:09:36 GMT 2025