summaryrefslogtreecommitdiffstats
path: root/games/bs/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-12-03 04:34:46 +0000
committerache <ache@FreeBSD.org>1994-12-03 04:34:46 +0000
commitaeb9a3ffc153701d34204f591650c318069c5113 (patch)
treea8d3826e4d6e13c31de435e774ca298a60201fc3 /games/bs/Makefile
parent618a2b1931a67c6a88cbc3ed7a88be614237fcf7 (diff)
downloadFreeBSD-src-aeb9a3ffc153701d34204f591650c318069c5113.zip
FreeBSD-src-aeb9a3ffc153701d34204f591650c318069c5113.tar.gz
Move ncurses test here (also nice game)
Diffstat (limited to 'games/bs/Makefile')
-rw-r--r--games/bs/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/games/bs/Makefile b/games/bs/Makefile
new file mode 100644
index 0000000..31498f4
--- /dev/null
+++ b/games/bs/Makefile
@@ -0,0 +1,8 @@
+# $Id$
+
+PROG= bs
+MAN6= bs.6
+DPADD= ${LIBNCURSES} ${LIBMYTINFO}
+LDADD= -lncurses -lmytinfo
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud