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
ncurses solidation: Remove all references to libtermcap
[dragonfly.git]
/
games
/
colorbars
/
Makefile
blob
1df1e580db991e20e7952480a704e766deb3f1f0
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
LDFLAGS
+= -
rpath
/
lib
/
priv
-
L
${
_SHLIBDIRPREFIX
}/
usr
/
lib
/
priv
8
9
.
include
<
bsd.prog.mk
>