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
vmstat - (-m) Make large values more readable
[dragonfly.git]
/
games
/
bs
/
Makefile
blob
b496415f4582113564768e6ed126ac15945a4f65
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
>