summaryrefslogtreecommitdiffstats
path: root/games/canfield
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2002-05-23 18:42:59 +0000
committerderaadt <deraadt@openbsd.org>2002-05-23 18:42:59 +0000
commitf53dc9f68fe658aa17b15e34170bdb23e4fc2c67 (patch)
treeb6cf8b54a51148d8a13870ff87f732555fd4c4cc /games/canfield
parentfetch fpu id per the book (even it works otherwise), also, hppa_mod_info() always returns some string; idea by fredette@ (diff)
downloadwireguard-openbsd-f53dc9f68fe658aa17b15e34170bdb23e4fc2c67.tar.xz
wireguard-openbsd-f53dc9f68fe658aa17b15e34170bdb23e4fc2c67.zip
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>