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
etc/protocols - sync with NetBSD-8
[minix.git]
/
tests
/
crypto
/
Makefile
blob
083ea4985233b8c2f75b07cc22086932b97f61e3
1
# $NetBSD: Makefile,v 1.5 2014/01/15 10:19:55 martin Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
TESTS_SUBDIRS
=
libcrypto
6
.if
!
defined
(
__MINIX
)
7
TESTS_SUBDIRS
+=
opencrypto
8
.
endif
# !defined(__MINIX)
9
10
TESTSDIR
= ${
TESTSBASE
}/
crypto
11
12
.
include
<
bsd.
test
.mk
>