summaryrefslogtreecommitdiff
path: root/games/gomoku/Makefile
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/gomoku/Makefile
parent02aa20de070fcba35b418e69f8487dd1f8e9f712 (diff)
The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/lists
Diffstat (limited to 'games/gomoku/Makefile')
-rw-r--r--games/gomoku/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/games/gomoku/Makefile b/games/gomoku/Makefile
index 3e5e2aea00a..411ed6642fe 100644
--- a/games/gomoku/Makefile
+++ b/games/gomoku/Makefile
@@ -1,10 +1,9 @@
-# $OpenBSD: Makefile,v 1.4 1998/07/24 00:10:26 millert Exp $
+# $OpenBSD: Makefile,v 1.5 2002/05/23 18:43:00 deraadt Exp $
PROG= gomoku
SRCS= bdinit.c bdisp.c main.c makemove.c pickmove.c stoc.c
MAN= gomoku.6
DPADD= ${LIBCURSES}
LDADD= -lcurses
-HIDEGAME=hidegame
.include <bsd.prog.mk>