aboutsummaryrefslogtreecommitdiff
path: root/games/bs/Makefile
blob: d461b0781f4434910b317de77518c9bc8cac43eb (plain) (blame)
1
2
3
4
5
6
7
8
9
#       $Id: Makefile,v 1.4 1997/09/24 22:50:22 ache Exp $

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

.include <bsd.prog.mk>