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
Fix mdoc(7)/man(7) mix up.
[netbsd-mini2440.git]
/
tests
/
kernel
/
kqueue
/
read
/
Makefile
blob
55f664510b3044091d20aaab42ed883f28ba415c
1
# $NetBSD$
2
3
NOMAN
=
# defined
4
5
.
include
<
bsd.own.mk
>
6
7
TESTSDIR
= ${
TESTSBASE
}/
kernel
/
kqueue
/
read
8
9
TESTS_C
=
t_fifo
10
TESTS_C
+=
t_file
11
TESTS_C
+=
t_file2
12
TESTS_C
+=
t_pipe
13
TESTS_C
+=
t_ttypty
14
15
LDADD.t_ttypty
= -
lutil
16
17
.
include
<
bsd.
test
.mk
>