diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-06-02 05:44:24 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-06-02 05:44:24 +0000 |
commit | 4adfa3b2fa28b8554417ebd2a4ac71515a8062cd (patch) | |
tree | 7f76b98f24dd983e73fb8b3944cc1b5b7b863d70 /games/atc/Makefile | |
parent | 8df7fcc1f711d8428c118f3de38e6f63a762ce05 (diff) |
Always use -ltermlib when linking with -lcurses
Depend on LIBTERMCAP and LIBTERMLIB as appropriate
Diffstat (limited to 'games/atc/Makefile')
-rw-r--r-- | games/atc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/atc/Makefile b/games/atc/Makefile index 8bf902a6abb..8c672516e03 100644 --- a/games/atc/Makefile +++ b/games/atc/Makefile @@ -6,8 +6,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 MAN= atc.6 -LDADD= -ll -lm -lcurses -ltermcap -DPADD= ${LIBL} ${LIBM} ${LIBTERM} ${LIBCURSES} +LDADD= -ll -lm -lcurses -ltermlib +DPADD= ${LIBL} ${LIBM} ${LIBTERMLIB} ${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 |