diff options
author | B. Watson <yalhcru@gmail.com> | 2015-05-07 16:32:32 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2015-05-07 16:32:32 -0400 |
commit | 013ac7742311556022304e8b30ca170d48b3a016 (patch) | |
tree | 53faa33e75991363f1a6dcc7edc83a66b70e6995 /colorbars/Makefile | |
download | bsd-games-extra-013ac7742311556022304e8b30ca170d48b3a016.tar.gz |
initial commit
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> |