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
Remove building with NOCRYPTO option
[minix3.git]
/
tests
/
dev
/
md
/
Makefile
blob
81f1098c5156d357ae9229ba347fd32c267d2e6e
1
# $NetBSD: Makefile,v 1.5 2015/01/07 22:24:03 pooka 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
+= -
lrumpkern_sysproxy
-
lrump
18
LDADD
+= -
lrumpuser
19
LDADD
+= -
lpthread
20
21
WARNS
=
4
22
NOMAN
=
23
24
.
include
<
bsd.
test
.mk
>