aboutsummaryrefslogtreecommitdiff
path: root/bs/Makefile
blob: b7d56ae3a6e5e89dbdda9314ae153c9ed18ac792 (plain)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD: src/games/bs/Makefile,v 1.5.2.1 2001/04/25 09:28:49 ru Exp $
# $DragonFly: src/games/bs/Makefile,v 1.4 2006/10/08 16:22:35 pavalos Exp $

PROG=   bs
MAN=   bs.6
DPADD=  ${LIBNCURSES}
LDADD=  -lncurses
HIDEGAME=hidegame

.include <bsd.prog.mk>