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
<sys/socket.h>: turn off MSG_NOSIGNAL
[minix3.git]
/
tests
/
dev
/
Makefile
blob
b9037474875d4aaa2c2726e00a7fef8d2540aebc
1
# $NetBSD: Makefile,v 1.8 2012/08/08 13:57:05 christos Exp $
2
#
3
4
.
include
<
bsd.own.mk
>
5
6
TESTSDIR
= ${
TESTSBASE
}/
dev
7
8
TESTS_SUBDIRS
+=
cgd raidframe
9
.if
(${
MKRUMP
} !=
"no"
)
10
TESTS_SUBDIRS
+=
audio md scsipi sysmon
11
.
endif
12
13
14
.
include
<
bsd.
test
.mk
>