summaryrefslogtreecommitdiffstats
path: root/cribbage
diff options
context:
space:
mode:
Diffstat (limited to 'cribbage')
-rw-r--r--cribbage/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/cribbage/Makefile b/cribbage/Makefile
index 40abb34b..1500db4f 100644
--- a/cribbage/Makefile
+++ b/cribbage/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.8 1997/11/20 00:12:34 mrg Exp $
+# $NetBSD: Makefile,v 1.9 1998/02/05 12:21:32 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= cribbage
-DPADD= ${LIBCURSES} ${LIBTERM}
-LDADD= -lcurses -ltermlib
+DPADD= ${LIBCURSES} ${LIBTERMCAP}
+LDADD= -lcurses -ltermcap
SRCS= extern.c crib.c cards.c instr.c io.c score.c support.c
MAN= cribbage.6
HIDEGAME=hidegame