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
Boot-to-ramdisk image generation scripts
[minix3.git]
/
tests
/
share
/
mk
/
Makefile
blob
46bded6dd5e51b54282c0ac35801a1e4d8607ec2
1
# $NetBSD: Makefile,v 1.1 2012/08/26 23:03:21 jmmv Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
TESTSDIR
= ${
TESTSBASE
}/
share
/
mk
6
7
TESTS_SH
=
t_lib t_own t_prog t_test
8
.for
test
in
${
TESTS_SH
}
9
TESTS_SH_SRC_
${
test
}= ${
test
}
.sh common.subr
10
.endfor
11
12
.
include
<
bsd.
test
.mk
>