From 61578ee21bdadacc8093a846947cfc3b7b298bdf Mon Sep 17 00:00:00 2001 From: cgd Date: Tue, 23 Mar 1993 02:44:38 +0000 Subject: got rid of unnecessary -lcompat and associated dependency --- cribbage/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cribbage/Makefile') 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 -- cgit v1.2.3-56-ge451