From 61578ee21bdadacc8093a846947cfc3b7b298bdf Mon Sep 17 00:00:00 2001 From: cgd Date: Tue, 23 Mar 1993 02:44:38 +0000 Subject: got rid of unnecessary -lcompat and associated dependency --- atc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'atc/Makefile') diff --git a/atc/Makefile b/atc/Makefile index df37f741..07e88780 100644 --- a/atc/Makefile +++ b/atc/Makefile @@ -5,8 +5,8 @@ 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.0 -DPADD= ${usr/lib/libl.a ${LIBM} ${LIBTERM} ${LIBCURSES} ${LIBCOMPAT} -LDADD= -ll -lm -lcurses -ltermcap -lcompat +DPADD= ${usr/lib/libl.a ${LIBM} ${LIBTERM} ${LIBCURSES} +LDADD= -ll -lm -lcurses -ltermcap GAMES= ATC_scores Game_List Killer crossover default easy game_2 CLEANFILES=grammar.c y.tab.h lex.c HIDEGAME=hidegame -- cgit v1.2.3-56-ge451