]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - monop/Makefile
expand the internal consistency checks in truedirec() to avoid
[bsdgames-darwin.git] / monop / Makefile
1 # $NetBSD: Makefile,v 1.30 2008/02/24 02:43:18 dholland Exp $
2 # @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4 .include <bsd.own.mk>
5
6 PROG= monop
7 SRCS= monop.c cards.c execute.c getinp.c houses.c jail.c misc.c \
8 morg.c print.c prop.c rent.c roll.c spec.c trade.c
9 MAN= monop.6
10 HIDEGAME=hidegame
11
12 .include <bsd.prog.mk>