repo.or.cz
/
minix.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
[minix.git]
/
tests
/
fs
/
kernfs
/
Makefile
blob
351b551ba397b6c33cc72a00fa04c0744149ff9d
1
# $NetBSD: Makefile,v 1.4 2014/06/10 04:28:39 he Exp $
2
#
3
4
TESTSDIR
= ${
TESTSBASE
}/
fs
/
kernfs
5
WARNS
=
4
6
7
TESTS_C
=
t_basic
8
9
.
include
<
bsd.own.mk
>
10
11
LDADD
+= -
lrumpfs_kernfs
# fs driver
12
LDADD
+= -
lrumpvfs
-
lrump
-
lrumpuser
-
lrump
-
lpthread
# base
13
14
.
include
<
bsd.
test
.mk
>