summaryrefslogtreecommitdiffstats
path: root/colorbars/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'colorbars/Makefile')
-rw-r--r--colorbars/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/colorbars/Makefile b/colorbars/Makefile
new file mode 100644
index 00000000..5cbd0fb0
--- /dev/null
+++ b/colorbars/Makefile
@@ -0,0 +1,6 @@
+PROG= colorbars
+MAN= colorbars.6
+DPADD= ${LIBCURSES}
+LDADD= -lcurses
+
+.include <bsd.prog.mk>