aboutsummaryrefslogtreecommitdiff
path: root/games/bs/Makefile
blob: 31498f4b9c88f75e318c5df55725c5fe0be25d8a (plain) (blame)
1
2
3
4
5
6
7
8
#       $Id$

PROG=   bs
MAN6=   bs.6
DPADD=  ${LIBNCURSES} ${LIBMYTINFO}
LDADD=  -lncurses -lmytinfo

.include <bsd.prog.mk>