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
/
kernel
/
kqueue
/
Makefile
blob
5896f57c5bb82bae52102cc17686efa1305c1a46
1
# $NetBSD: Makefile,v 1.4 2015/01/14 22:22:32 christos Exp $
2
3
WARNS?
=
6
4
NOMAN
=
# defined
5
6
.
include
<
bsd.own.mk
>
7
8
TESTSDIR
= ${
TESTSBASE
}/
kernel
/
kqueue
9
10
TESTS_SUBDIRS
=
read
11
TESTS_SUBDIRS
+=
write
12
13
TESTS_C
=
t_ioctl
14
TESTS_C
+=
t_proc1
15
TESTS_C
+=
t_proc2
16
TESTS_C
+=
t_proc3
17
TESTS_C
+=
t_sig
18
TESTS_C
+=
t_vnode
19
20
.
include
<
bsd.
test
.mk
>