summaryrefslogtreecommitdiffstats
path: root/cribbage/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cribbage/Makefile')
-rw-r--r--cribbage/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cribbage/Makefile b/cribbage/Makefile
index 81e39ae3..6a139c88 100644
--- a/cribbage/Makefile
+++ b/cribbage/Makefile
@@ -1,8 +1,8 @@
# @(#)Makefile 5.11 (Berkeley) 5/11/90
PROG= cribbage
-DPADD= ${LIBCURSES} ${LIBTERM} ${LIBCOMPAT}
-LDADD= -lcurses -ltermlib -lcompat
+DPADD= ${LIBCURSES} ${LIBTERM}
+LDADD= -lcurses -ltermlib
SRCS= extern.c crib.c cards.c instr.c io.c score.c support.c
MAN6= cribbage.0
HIDEGAME=hidegame