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
Remove building with NOCRYPTO option
[minix3.git]
/
games
/
colorbars
/
Makefile
blob
8e55c3791d94433426f5944a3d592c39f18f2a8f
1
# $NetBSD: Makefile,v 1.4 2013/12/07 02:24:12 dholland Exp $
2
3
PROG
=
colorbars
4
MAN
=
colorbars
.6
5
DPADD
= ${
LIBCURSES
} ${
LIBTERMINFO
}
6
LDADD
= -
lcurses
-
lterminfo
7
8
.
include
<
bsd.prog.mk
>