summaryrefslogtreecommitdiff
path: root/games/bs/Makefile
blob: 181419b6d4f0a21859020f5f75bb563cc2cd4501 (plain)
1
2
3
4
5
6
7
8
#	$OpenBSD: Makefile,v 1.8 2002/05/23 18:43:00 deraadt Exp $

PROG=	bs
MAN=	bs.6
DPADD=	${LIBCURSES}
LDADD=	-lcurses

.include <bsd.prog.mk>