diff options
Diffstat (limited to 'colorbars/Makefile')
-rw-r--r-- | colorbars/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
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 <bsd.prog.mk> |