summaryrefslogtreecommitdiffstats
path: root/games/atc
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-09-11 21:32:28 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-09-11 21:32:28 +0000
commit2b975cb8d032531a04e5b35e4be54d702f2c86d8 (patch)
tree0f6a48db7b251968068800ec3f4385e72144d914 /games/atc
parenta837391e8789f3b310e5447510f7b763087098a0 (diff)
downloadFreeBSD-src-2b975cb8d032531a04e5b35e4be54d702f2c86d8.zip
FreeBSD-src-2b975cb8d032531a04e5b35e4be54d702f2c86d8.tar.gz
Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap
Diffstat (limited to 'games/atc')
-rw-r--r--games/atc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/atc/Makefile b/games/atc/Makefile
index a4e1e23..4df0b3f 100644
--- a/games/atc/Makefile
+++ b/games/atc/Makefile
@@ -5,7 +5,7 @@ CFLAGS+=-DBSD -I${.CURDIR} -I.
SRCS= extern.c grammar.c graphics.c input.c lex.c list.c log.c \
main.c tunable.c update.c
MAN6= atc.6
-DPADD= ${usr/lib/libl.a ${LIBM} ${LIBTERM} ${LIBCURSES} ${LIBCOMPAT}
+DPADD= ${usr/lib/libl.a ${LIBM} ${LIBTERMCAP} ${LIBCURSES} ${LIBCOMPAT}
LDADD= -ll -lm -lcurses -ltermcap -lcompat
GAMES= ATC_scores Game_List Killer crossover default easy game_2
CLEANFILES=grammar.c y.tab.h lex.c
OpenPOWER on IntegriCloud