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
tools/llvm: Do not build with symbols
[minix3.git]
/
tests
/
kernel
/
kqueue
/
read
/
Makefile
blob
510ed45c486cfa6a7675e1fae4ab9727f80f31b8
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
/
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
>