From e5f9e7dd4a25ff9e49c74ec2dab31487a72f5806 Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 16 Sep 2000 03:52:06 +0000 Subject: Remove unneded -ltermcap or -lmytinfo --- games/phantasia/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/phantasia/Makefile') diff --git a/games/phantasia/Makefile b/games/phantasia/Makefile index 8478020..db7ddce 100644 --- a/games/phantasia/Makefile +++ b/games/phantasia/Makefile @@ -3,8 +3,8 @@ PROG= phantasia SRCS= main.c fight.c io.c interplayer.c gamesupport.c misc.c phantglobs.c -DPADD= ${LIBM} ${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT} -LDADD= -lm -lcurses -ltermcap -lcompat +DPADD= ${LIBM} ${LIBCURSES} ${LIBCOMPAT} +LDADD= -lm -lcurses -lcompat DATAFILES=characs gold lastdead mess monsters motd scoreboard void HIDEGAME=hidegame MAN6= phantasia.6 -- cgit v1.1