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
Sync usage with man page.
[netbsd-mini2440.git]
/
tests
/
kernel
/
kqueue
/
write
/
Makefile
blob
6861a3fd55ea33336b6381c7f36467069bbfa583
1
# $NetBSD$
2
3
NOMAN
=
# defined
4
5
.
include
<
bsd.own.mk
>
6
7
TESTSDIR
= ${
TESTSBASE
}/
kernel
/
kqueue
/
write
8
9
TESTS_C
=
t_fifo
10
TESTS_C
+=
t_pipe
11
TESTS_C
+=
t_ttypty
12
13
LDADD.t_ttypty
= -
lutil
14
15
.
include
<
bsd.
test
.mk
>