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
etc/protocols - sync with NetBSD-8
[minix.git]
/
tests
/
kernel
/
kqueue
/
write
/
Makefile
blob
5ae0f43fcd09abc2a0b11f9296fd658882c7e425
1
# $NetBSD: Makefile,v 1.1 2009/02/20 21:39:57 jmmv Exp $
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
>