repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kernel - jails - Fix NULL pointer deref in prison_remote_ip()
[dragonfly.git]
/
games
/
bs
/
Makefile
blob
b7d56ae3a6e5e89dbdda9314ae153c9ed18ac792
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.4 2006/10/08 16:22:35 pavalos Exp $
3
4
PROG
=
bs
5
MAN
=
bs
.6
6
DPADD
= ${
LIBNCURSES
}
7
LDADD
= -
lncurses
8
HIDEGAME
=
hidegame
9
10
.
include
<
bsd.prog.mk
>