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
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
tests
/
sbin
/
newfs
/
Makefile
blob
84e0f091ec1952b3fc29308d2d77eaa2162be720
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
/
newfs
6
7
.for name in t_enable_quotas
8
TESTS_SH
+= ${
name
}
9
TESTS_SH_SRC_
${
name
}=
quotas_common.sh
${
name
}
.sh
10
.endfor
11
12
.
include
<
bsd.
test
.mk
>