Cross Reference: Makefile
xref: /src/games/monop/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/games/monop/
Makefile revision 1.23
1#	$NetBSD: Makefile,v 1.23 2003/04/21 01:23:07 christos 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 malloc.c misc.c \
8	morg.c 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 Sun Dec 21 07:09:50 GMT 2025