summaryrefslogtreecommitdiff
path: root/games/backgammon/teachgammon/Makefile
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1996-06-02 05:47:53 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1996-06-02 05:47:53 +0000
commit7e2fc8ed2758bd15f0698407d69eb61815a7a892 (patch)
tree65afce026e22bf9f12d96ff643e64557f36e4119 /games/backgammon/teachgammon/Makefile
parent4adfa3b2fa28b8554417ebd2a4ac71515a8062cd (diff)
Always use -ltermlib when linking with -lcurses
Be comsistent in use of LIBTERMCAP and LIBTERMLIB when depending
Diffstat (limited to 'games/backgammon/teachgammon/Makefile')
-rw-r--r--games/backgammon/teachgammon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/backgammon/teachgammon/Makefile b/games/backgammon/teachgammon/Makefile
index 0fd1aff9409..397ac5593e8 100644
--- a/games/backgammon/teachgammon/Makefile
+++ b/games/backgammon/teachgammon/Makefile
@@ -5,7 +5,7 @@ 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}
+DPADD= ${LIBTERMCAP} ${LIBCOMPAT}
LDADD= -ltermcap -lcompat
HIDEGAME=hidegame
NOMAN= noman