From 013ac7742311556022304e8b30ca170d48b3a016 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 7 May 2015 16:32:32 -0400 Subject: initial commit --- colorbars/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 colorbars/Makefile (limited to 'colorbars/Makefile') diff --git a/colorbars/Makefile b/colorbars/Makefile new file mode 100644 index 0000000..09b228f --- /dev/null +++ b/colorbars/Makefile @@ -0,0 +1,9 @@ +# $NetBSD: Makefile,v 1.4 2013/12/07 02:24:12 dholland Exp $ + +PROG= colorbars +MAN= colorbars.6 +DPADD= ${LIBCURSES} ${LIBTERMINFO} +# 20150209 bkw: remove -lterminfo +LDADD= -lcurses + +.include -- cgit v1.2.3