From db13ce935757eb24ac6f8278df5d6a15d319d15b Mon Sep 17 00:00:00 2001 From: he Date: Sat, 6 Feb 2010 23:45:24 +0000 Subject: When using -lcurses, you also need -lterminfo. This fixes the build for sun2, and also builds with LDSTATIC=-static, since archive libraries don't record inter-library dependencies. --- atc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'atc') diff --git a/atc/Makefile b/atc/Makefile index 1917bfff..6ff7b3e4 100644 --- a/atc/Makefile +++ b/atc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2009/10/29 14:27:26 christos Exp $ +# $NetBSD: Makefile,v 1.29 2010/02/06 23:45:24 he Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 .include @@ -9,8 +9,8 @@ SRCS= extern.c grammar.y graphics.c input.c lex.l list.c log.c \ main.c tunable.c update.c YHEADER=1 MAN= atc.6 -LDADD= -ll -lm -lcurses -DPADD= ${LIBL} ${LIBM} ${LIBCURSES} +LDADD= -ll -lm -lcurses -lterminfo +DPADD= ${LIBL} ${LIBM} ${LIBCURSES} ${LIBTERMINFO} GAMES= Game_List Killer crossover default easy game_2 \ Atlantis OHare Tic-Tac-Toe airports box crosshatch game_3 \ game_4 novice two-corners -- cgit v1.2.3-56-ge451