diff options
Diffstat (limited to 'games/cribbage/Makefile')
-rw-r--r-- | games/cribbage/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/cribbage/Makefile b/games/cribbage/Makefile index 83c97d2..9a619b9 100644 --- a/games/cribbage/Makefile +++ b/games/cribbage/Makefile @@ -1,8 +1,8 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= cribbage -DPADD= ${LIBCURSES} ${LIBTERM} ${LIBCOMPAT} -LDADD= -lcurses -ltermlib -lcompat +DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT} +LDADD= -lcurses -ltermcap -lcompat SRCS= extern.c crib.c cards.c instr.c io.c score.c support.c MAN6= cribbage.6 HIDEGAME=hidegame |