Merge from vendor branch NTPD:
[dragonfly.git] / games / bs / Makefile
1 # $FreeBSD: src/games/bs/Makefile,v 1.5.2.1 2001/04/25 09:28:49 ru Exp $
2 # $DragonFly: src/games/bs/Makefile,v 1.3 2005/03/15 20:53:37 dillon Exp $
3
4 PROG=   bs
5 MAN=   bs.6
6 DPADD=  ${LIBNCURSES} ${LIBMYTINFO}
7 LDADD=  -lncurses -lmytinfo
8 HIDEGAME=hidegame
9 WARNS?= 6
10
11 .include <bsd.prog.mk>