summaryrefslogtreecommitdiffstats
path: root/gomoku
diff options
context:
space:
mode:
Diffstat (limited to 'gomoku')
-rw-r--r--gomoku/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/gomoku/Makefile b/gomoku/Makefile
index 9af821e7..d39f70e4 100644
--- a/gomoku/Makefile
+++ b/gomoku/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.4 1998/02/18 22:37:31 jtc Exp $
+# $NetBSD: Makefile,v 1.5 2010/02/06 23:45:25 he Exp $
# @(#)Makefile 8.1 (Berkeley) 7/24/94
PROG= gomoku
SRCS= bdinit.c bdisp.c main.c makemove.c pickmove.c stoc.c
MAN= gomoku.6
-DPADD= ${LIBCURSES}
-LDADD= -lcurses
+DPADD= ${LIBCURSES} ${LIBTERMINFO}
+LDADD= -lcurses -lterminfo
HIDEGAME=hidegame
.include <bsd.prog.mk>