From 2b975cb8d032531a04e5b35e4be54d702f2c86d8 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Sun, 11 Sep 1994 21:32:28 +0000 Subject: Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap --- games/phantasia/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/phantasia') diff --git a/games/phantasia/Makefile b/games/phantasia/Makefile index abc955b..06a6671 100644 --- a/games/phantasia/Makefile +++ b/games/phantasia/Makefile @@ -2,8 +2,8 @@ PROG= phantasia SRCS= main.c fight.c io.c interplayer.c gamesupport.c misc.c phantglobs.c -DPADD= ${LIBM} ${LIBCURSES} ${LIBTERM} ${LIBCOMPAT} -LDADD= -lm -lcurses -ltermlib -lcompat +DPADD= ${LIBM} ${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT} +LDADD= -lm -lcurses -ltermcap -lcompat HIDEGAME=hidegame MAN6= phantasia.6 CLEANFILES+=map setup setup.o -- cgit v1.1