diff options
Diffstat (limited to 'games/cribbage/Makefile')
-rw-r--r-- | games/cribbage/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/cribbage/Makefile b/games/cribbage/Makefile index 69c60d774c2..47f48a88a11 100644 --- a/games/cribbage/Makefile +++ b/games/cribbage/Makefile @@ -2,7 +2,7 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= cribbage -DPADD= ${LIBCURSES} ${LIBTERM} +DPADD= ${LIBCURSES} ${LIBTERMLIB} LDADD= -lcurses -ltermlib SRCS= extern.c crib.c cards.c instr.c io.c score.c support.c MAN= cribbage.6 |