summaryrefslogtreecommitdiffstats
path: root/cribbage/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cribbage/Makefile')
-rw-r--r--cribbage/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/cribbage/Makefile b/cribbage/Makefile
index 537e0ea4..6b0decc3 100644
--- a/cribbage/Makefile
+++ b/cribbage/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.12 1999/02/13 02:54:21 lukem Exp $
+# $NetBSD: Makefile,v 1.13 2010/02/06 23:45:25 he Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
.include <bsd.own.mk>
PROG= cribbage
-DPADD= ${LIBCURSES}
-LDADD= -lcurses
+DPADD= ${LIBCURSES} ${LIBTERMINFO}
+LDADD= -lcurses -lterminfo
SRCS= extern.c crib.c cards.c instr.c io.c score.c support.c
MAN= cribbage.6
HIDEGAME=hidegame