]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - colorbars/Makefile
From gson@
[bsdgames-darwin.git] / colorbars / Makefile
index 5cbd0fb089a9f4c2fb89371aeeb36bf01d3fbc57..8e55c3791d94433426f5944a3d592c39f18f2a8f 100644 (file)
@@ -1,6 +1,8 @@
+# $NetBSD: Makefile,v 1.4 2013/12/07 02:24:12 dholland Exp $
+
 PROG=  colorbars
 MAN=   colorbars.6
-DPADD= ${LIBCURSES}
-LDADD= -lcurses
+DPADD= ${LIBCURSES} ${LIBTERMINFO}
+LDADD= -lcurses -lterminfo
 
 .include <bsd.prog.mk>