repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
tests
/
kernel
/
kqueue
/
Makefile
blob
449d0bf486f6a9d6c1026ef4b420f80c50ebc2b5
1
# $NetBSD$
2
3
NOMAN
=
# defined
4
5
.
include
<
bsd.own.mk
>
6
7
TESTSDIR
= ${
TESTSBASE
}/
kernel
/
kqueue
8
9
SUBDIR
=
read
10
SUBDIR
+=
write
11
12
TESTS_C
=
t_ioctl
13
TESTS_C
+=
t_proc1
14
TESTS_C
+=
t_proc2
15
TESTS_C
+=
t_sig
16
17
.
include
<
bsd.
test
.mk
>
18
.
include
<
bsd.subdir.mk
>