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
/
dev
/
md
/
Makefile
blob
607b2001b94311bc9f7396a2c23096f8c10e44fe
1
# $NetBSD: Makefile,v 1.3 2012/12/02 18:39:53 pgoyette Exp $
2
#
3
4
.
include
<
bsd.own.mk
>
5
6
TESTSDIR
= ${
TESTSBASE
}/
dev
/
md
7
FILESDIR
= ${
TESTSDIR
}
8
9
TESTS_SH
=
t_md
10
11
BINDIR
= ${
TESTSDIR
}
12
MKMAN
=
no
13
14
PROGS
=
h_mdserv
15
16
LDADD
+= -
lrumpdev_md
-
lrumpdev_disk
-
lrumpdev
-
lrumpvfs
17
LDADD
+= -
lrump
18
LDADD
+= -
lrumpuser
19
LDADD
+= -
lpthread
20
21
WARNS
=
4
22
NOMAN
=
23
24
.
include
<
bsd.
test
.mk
>