Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / games / bs / Makefile
... / ...
CommitLineData
1# $FreeBSD: src/games/bs/Makefile,v 1.5.2.1 2001/04/25 09:28:49 ru Exp $
2# $DragonFly: src/games/bs/Makefile,v 1.4 2006/10/08 16:22:35 pavalos Exp $
3
4PROG= bs
5MAN= bs.6
6DPADD= ${LIBNCURSES}
7LDADD= -lncurses
8HIDEGAME=hidegame
9
10.include <bsd.prog.mk>