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 --- backgammon/teachgammon/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backgammon/teachgammon') diff --git a/backgammon/teachgammon/Makefile b/backgammon/teachgammon/Makefile index b57ab045..d1bafcaa 100644 --- a/backgammon/teachgammon/Makefile +++ b/backgammon/teachgammon/Makefile @@ -4,8 +4,8 @@ PROG= teachgammon CFLAGS+=-DV7 -I${.CURDIR}/../common_source SRCS= allow.c board.c check.c data.c fancy.c init.c odds.c one.c save.c \ subs.c table.c teach.c ttext1.c ttext2.c tutor.c -DPADD= ${LIBTERM} ${LIBCOMPAT} -LDADD= -ltermcap -lcompat +DPADD= ${LIBTERM} +LDADD= -ltermcap HIDEGAME=hidegame NOMAN= noman -- cgit v1.2.3