aboutsummaryrefslogtreecommitdiff
path: root/games/bs/Makefile
blob: 876e50272e809e032e1113fd6e26d6d60ca6f3d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
#       $Id: Makefile,v 1.3 1997/02/22 14:46:48 peter Exp $

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

.include <bsd.prog.mk>