diff options
Diffstat (limited to 'games/bs/Makefile')
-rw-r--r-- | games/bs/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games/bs/Makefile b/games/bs/Makefile new file mode 100644 index 00000000000..03fbf9bf015 --- /dev/null +++ b/games/bs/Makefile @@ -0,0 +1,9 @@ +# $OpenBSD: Makefile,v 1.1 1996/08/21 08:18:33 downsj Exp $ +# $FreeBSD: Makefile,v 1.1.1.1 1994/12/03 04:33:28 ache Exp $ + +PROG= bs +MAN= bs.6 +DPADD= ${LIBCURSES} ${LIBTERMLIB} +LDADD= -lcurses -ltermlib + +.include <bsd.prog.mk> |