summaryrefslogtreecommitdiffstats
path: root/canfield
diff options
context:
space:
mode:
Diffstat (limited to 'canfield')
-rw-r--r--canfield/canfield/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/canfield/canfield/Makefile b/canfield/canfield/Makefile
index f9fb8643..c67bf91c 100644
--- a/canfield/canfield/Makefile
+++ b/canfield/canfield/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.7 1998/02/18 22:37:31 jtc Exp $
+# $NetBSD: Makefile,v 1.8 2010/02/06 23:45:25 he Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= canfield
MAN= canfield.6
-DPADD= ${LIBCURSES}
-LDADD= -lcurses
+DPADD= ${LIBCURSES} ${LIBTERMINFO}
+LDADD= -lcurses -lterminfo
HIDEGAME=hidegame
SETGIDGAME=yes