diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-24 00:11:12 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-24 00:11:12 +0000 |
commit | 7c5db15603132b9f94a11af57c5a56b205c0eaff (patch) | |
tree | 47384a9485fd95c587188df50a275d708da17fa4 /games/atc | |
parent | 8a2ab60466cbd2986529c0e969ebfa5a622a5aa7 (diff) |
-lcurses, not termcap/termlib
Diffstat (limited to 'games/atc')
-rw-r--r-- | games/atc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/atc/Makefile b/games/atc/Makefile index 1753ef13608..9145556f0d0 100644 --- a/games/atc/Makefile +++ b/games/atc/Makefile @@ -1,12 +1,12 @@ -# $OpenBSD: Makefile,v 1.7 1997/09/21 11:35:18 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 1998/07/24 00:10:15 millert Exp $ PROG= atc 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 MAN= atc.6 -LDADD= -ll -lm -lcurses -ltermlib -DPADD= ${LIBL} ${LIBM} ${LIBTERMLIB} ${LIBCURSES} +LDADD= -ll -lm -lcurses +DPADD= ${LIBL} ${LIBM} ${LIBCURSES} GAMES= ATC_scores Game_List Killer crossover default easy game_2 \ Atlantis OHare Tic-Tac-Toe airports box crosshatch game_3 \ game_4 novice two-corners |