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
/
sbin
/
fsck_ffs
/
Makefile
blob
0f279911912f910e250a8282570fab890c1999c4
1
# $NetBSD: Makefile,v 1.2 2011/03/06 17:08:41 bouyer Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
TESTSDIR
= ${
TESTSBASE
}/
sbin
/
fsck_ffs
6
7
.for name in t_enable_quotas t_check_quotas
8
TESTS_SH
+= ${
name
}
9
TESTS_SH_SRC_
${
name
}=
quotas_common.sh
${
name
}
.sh
10
.endfor
11
12
.
include
<
bsd.
test
.mk
>