repo.or.cz
/
minix.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
[minix.git]
/
tests
/
lib
/
libskey
/
Makefile
blob
4d8ef3bc9f4da4a23f71f65b80d54ab795cba68e
1
# $NetBSD: Makefile,v 1.1 2010/07/16 13:56:32 jmmv Exp $
2
3
NOMAN
=
# defined
4
5
.
include
<
bsd.own.mk
>
6
7
TESTSDIR
= ${
TESTSBASE
}/
lib
/
libskey
8
9
DPADD
+= ${
LIBSKEY
}
10
LDADD
+= -
lskey
11
12
TESTS_C
=
t_algorithms
13
14
.
include
<
bsd.
test
.mk
>