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
VFS: convert EINTR to EAGAIN for nonblocking I/O
[minix3.git]
/
tests
/
kernel
/
tty
/
Makefile
blob
ae5c06a8068b2bae60b4ea91d6f5acec005ae3e1
1
# $NetBSD: Makefile,v 1.1 2010/06/28 19:04:00 pooka Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
TESTSDIR
= ${
TESTSBASE
}/
kernel
/
tty
6
7
TESTS_C
=
t_pr
8
9
LDADD
+= -
lrumpkern_tty
-
lrumpvfs
-
lrump
-
lrumpuser
-
lpthread
10
11
.
include
<
bsd.
test
.mk
>