diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-23 18:43:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-23 18:43:01 +0000 |
commit | 73a4ba2992f7e7cb39a4adda70bc4df64acaaa67 (patch) | |
tree | ee730ec0d84ceeb27ff6bc9833ee9c4b38994799 /games/monop | |
parent | 02aa20de070fcba35b418e69f8487dd1f8e9f712 (diff) |
The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/lists
Diffstat (limited to 'games/monop')
-rw-r--r-- | games/monop/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/monop/Makefile b/games/monop/Makefile index e504790f026..da93f0bff5b 100644 --- a/games/monop/Makefile +++ b/games/monop/Makefile @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile,v 1.6 1998/09/20 23:36:48 pjanzen Exp $ +# $OpenBSD: Makefile,v 1.7 2002/05/23 18:43:00 deraadt Exp $ 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 monop: cards.pck |