diff options
author | ache <ache@FreeBSD.org> | 1994-12-03 04:34:46 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-12-03 04:34:46 +0000 |
commit | aeb9a3ffc153701d34204f591650c318069c5113 (patch) | |
tree | a8d3826e4d6e13c31de435e774ca298a60201fc3 /games/bs/Makefile | |
parent | 618a2b1931a67c6a88cbc3ed7a88be614237fcf7 (diff) | |
download | FreeBSD-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/Makefile | 8 |
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> |