From 32a38a0de87bd9da1dab2299a4560fef884ff90e Mon Sep 17 00:00:00 2001 From: martin Date: Sat, 9 Jun 2012 09:22:21 +0000 Subject: Add missing terminfo --- colorbars/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'colorbars') diff --git a/colorbars/Makefile b/colorbars/Makefile index ccbd76cb..547e4869 100644 --- a/colorbars/Makefile +++ b/colorbars/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2012/06/06 00:34:32 christos Exp $ +# $NetBSD: Makefile,v 1.3 2012/06/09 09:22:21 martin Exp $ WARNS?= 4 PROG= colorbars MAN= colorbars.6 -DPADD= ${LIBCURSES} -LDADD= -lcurses +DPADD= ${LIBCURSES} ${LIBTERMINFO} +LDADD= -lcurses -lterminfo .include -- cgit v1.2.3-56-ge451