summaryrefslogtreecommitdiff
path: root/games/cribbage
diff options
context:
space:
mode:
Diffstat (limited to 'games/cribbage')
-rw-r--r--games/cribbage/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/cribbage/Makefile b/games/cribbage/Makefile
index e330e7e2403..0752012678f 100644
--- a/games/cribbage/Makefile
+++ b/games/cribbage/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.5 1997/09/21 11:35:46 deraadt Exp $
+# $OpenBSD: Makefile,v 1.6 1998/07/24 00:10:25 millert Exp $
PROG= cribbage
-DPADD= ${LIBCURSES} ${LIBTERMLIB}
-LDADD= -lcurses -ltermlib
+DPADD= ${LIBCURSES}
+LDADD= -lcurses
SRCS= extern.c crib.c cards.c instr.c io.c score.c support.c
MAN= cribbage.6
HIDEGAME=hidegame