repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/llvm: Do not build with symbols
[minix3.git]
/
games
/
colorbars
/
Makefile
blob
547e4869bd630b2dfbe9c814075debd171c88ae6
1
# $NetBSD: Makefile,v 1.3 2012/06/09 09:22:21 martin Exp $
2
3
WARNS?
=
4
4
PROG
=
colorbars
5
MAN
=
colorbars
.6
6
DPADD
= ${
LIBCURSES
} ${
LIBTERMINFO
}
7
LDADD
= -
lcurses
-
lterminfo
8
9
.
include
<
bsd.prog.mk
>