Merge branch 'vendor/FILE'
[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
3 PROG=   bs
4 MAN=    bs.6
5 DPADD=  ${LIBNCURSES}
6 LDADD=  -lprivate_ncurses
7
8 LDFLAGS+=       ${PRIVATELIB_LDFLAGS}
9 CFLAGS+=        -I${_SHLIBDIRPREFIX}/usr/include/priv/ncurses
10 HIDEGAME=       hidegame
11
12 .include <bsd.prog.mk>