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
Revert "Hack-fix buildworld after the ncurses upgrade."
[dragonfly.git]
/
games
/
colorbars
/
Makefile
blob
5204fe9ef6968847cfef3ee5ecbdf8114fd3f00d
1
# $NetBSD: Makefile,v 1.4 2013/12/07 02:24:12 dholland Exp $
2
3
PROG
=
colorbars
4
MAN
=
colorbars
.6
5
DPADD
= ${
LIBNCURSES
}
6
LDADD
= -
lprivate_ncurses
7
8
CFLAGS
+= -
I
${
_SHLIBDIRPREFIX
}/
usr
/
include
/
priv
/
ncurses
9
LDFLAGS
+= ${
PRIVATELIB_LDFLAGS
}
10
11
.
include
<
bsd.prog.mk
>