diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1994-09-11 21:32:28 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1994-09-11 21:32:28 +0000 |
commit | 2b975cb8d032531a04e5b35e4be54d702f2c86d8 (patch) | |
tree | 0f6a48db7b251968068800ec3f4385e72144d914 /games/cribbage | |
parent | a837391e8789f3b310e5447510f7b763087098a0 (diff) | |
download | FreeBSD-src-2b975cb8d032531a04e5b35e4be54d702f2c86d8.zip FreeBSD-src-2b975cb8d032531a04e5b35e4be54d702f2c86d8.tar.gz |
Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap
Diffstat (limited to 'games/cribbage')
-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 |