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/atc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/atc/Makefile') diff --git a/games/atc/Makefile b/games/atc/Makefile index 6009a38..1bc9529 100644 --- a/games/atc/Makefile +++ b/games/atc/Makefile @@ -6,8 +6,8 @@ CFLAGS+=-DBSD -I${.CURDIR} -I. SRCS= extern.c grammar.y graphics.c input.c lex.l list.c log.c \ main.c tunable.c update.c y.tab.h MAN6= atc.6 -DPADD= ${LIBL} ${LIBM} ${LIBCURSES} ${LIBTERMCAP} -LDADD= -ll -lm -lcurses -ltermcap +DPADD= ${LIBL} ${LIBM} ${LIBCURSES} +LDADD= -ll -lm -lcurses GAMES= Game_List Killer crossover default easy game_2 HIDEGAME=hidegame -- cgit v1.1