projects
/
dragonfly.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge from vendor branch ZLIB:
[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.2 2003/06/17 04:25:23 dillon Exp $
3
4
PROG= bs
5
MAN= bs.6
6
DPADD= ${LIBNCURSES} ${LIBMYTINFO}
7
LDADD= -lncurses -lmytinfo
8
HIDEGAME=hidegame
9
10
.include <bsd.prog.mk>