summaryrefslogtreecommitdiffstats
path: root/backgammon/teachgammon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'backgammon/teachgammon/Makefile')
-rw-r--r--backgammon/teachgammon/Makefile4
1 files changed, 2 insertions, 2 deletions
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