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]
/
tests
/
lib
/
libdes
/
Makefile
blob
8ffc5781867a6a06235bf762469620b7f78fe294
1
# $NetBSD: Makefile,v 1.1 2010/08/25 16:46:36 jmmv Exp $
2
3
NOMAN
=
# defined
4
5
.
include
<
bsd.own.mk
>
6
7
TESTSDIR
= ${
TESTSBASE
}/
lib
/
libdes
8
9
LDADD
+= -
ldes
10
WARNS?
=
4
11
12
TESTS_C
=
t_des
13
14
.
include
<
bsd.
test
.mk
>