summaryrefslogtreecommitdiff
path: root/games/canfield
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-05-23 18:43:01 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-05-23 18:43:01 +0000
commit73a4ba2992f7e7cb39a4adda70bc4df64acaaa67 (patch)
treeee730ec0d84ceeb27ff6bc9833ee9c4b38994799 /games/canfield
parent02aa20de070fcba35b418e69f8487dd1f8e9f712 (diff)
The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/lists
Diffstat (limited to 'games/canfield')
-rw-r--r--games/canfield/canfield/Makefile3
-rw-r--r--games/canfield/cfscores/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/games/canfield/canfield/Makefile b/games/canfield/canfield/Makefile
index 356f033e3e5..fd4bc915d38 100644
--- a/games/canfield/canfield/Makefile
+++ b/games/canfield/canfield/Makefile
@@ -1,11 +1,10 @@
-# $OpenBSD: Makefile,v 1.6 2000/07/23 21:53:45 pjanzen Exp $
+# $OpenBSD: Makefile,v 1.7 2002/05/23 18:43:00 deraadt Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= canfield
MAN= canfield.6
DPADD= ${LIBCURSES}
LDADD= -lcurses
-HIDEGAME=hidegame
MLINKS= canfield.6 cfscores.6
beforeinstall:
diff --git a/games/canfield/cfscores/Makefile b/games/canfield/cfscores/Makefile
index 78ccc6a39f7..b1fb8674b71 100644
--- a/games/canfield/cfscores/Makefile
+++ b/games/canfield/cfscores/Makefile
@@ -1,10 +1,9 @@
-# $OpenBSD: Makefile,v 1.2 2000/07/23 21:49:07 pjanzen Exp $
+# $OpenBSD: Makefile,v 1.3 2002/05/23 18:43:00 deraadt Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= cfscores
CFLAGS+=-I${.CURDIR}/../canfield
NOMAN= noman
-HIDEGAME=hidegame
.include "../../Makefile.inc"
.include <bsd.prog.mk>