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
/
libc
/
db
/
Makefile
blob
60a7764433db801f05729c22a7602f79a69d8ba2
1
# $NetBSD: Makefile,v 1.2 2015/06/22 19:06:05 christos Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
TESTSDIR
= ${
TESTSBASE
}/
lib
/
libc
/
db
6
7
TESTS_SH
+=
t_db
8
9
TESTS_C
+=
t_db_hash_seq
10
11
BINDIR
= ${
TESTSDIR
}
12
MKMAN
=
no
13
14
PROGS
+=
h_db
15
16
FILESDIR
= ${
TESTSDIR
}
17
18
FILES
+=
README
19
20
.
include
<
bsd.
test
.mk
>