summaryrefslogtreecommitdiff
path: root/games/gomoku/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/gomoku/Makefile')
-rw-r--r--games/gomoku/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/gomoku/Makefile b/games/gomoku/Makefile
index 0b64f3d17b3..3e5e2aea00a 100644
--- a/games/gomoku/Makefile
+++ b/games/gomoku/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.3 1997/09/21 11:36:00 deraadt Exp $
+# $OpenBSD: Makefile,v 1.4 1998/07/24 00:10:26 millert Exp $
PROG= gomoku
SRCS= bdinit.c bdisp.c main.c makemove.c pickmove.c stoc.c
MAN= gomoku.6
-DPADD= ${LIBCURSES} ${LIBTERMLIB}
-LDADD= -lcurses -ltermlib
+DPADD= ${LIBCURSES}
+LDADD= -lcurses
HIDEGAME=hidegame
.include <bsd.prog.mk>