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. --- boggle/boggle/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'boggle') diff --git a/boggle/boggle/Makefile b/boggle/boggle/Makefile index 3ea52988..9112721f 100644 --- a/boggle/boggle/Makefile +++ b/boggle/boggle/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.9 1999/02/13 02:54:20 lukem Exp $ +# $NetBSD: Makefile,v 1.10 2010/02/06 23:45:25 he Exp $ # @(#)Makefile 8.1 (Berkeley) 6/11/93 .include PROG= boggle SRCS= bog.c help.c mach.c prtable.c timer.c word.c -DPADD= ${LIBCURSES} -LDADD= -lcurses +DPADD= ${LIBCURSES} ${LIBTERMINFO} +LDADD= -lcurses -lterminfo HIDEGAME=hidegame MAN= boggle.6 .if ${MKSHARE} != "no" -- cgit v1.2.3-56-ge451