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
/
rump
/
Makefile
blob
b1f868c76572cf4de68b64b36f3ec7a371532d62
1
# $NetBSD: Makefile,v 1.6 2011/03/10 14:09:46 pooka Exp $
2
#
3
4
.
include
<
bsd.own.mk
>
5
6
TESTSDIR
= ${
TESTSBASE
}/
rump
7
8
SUBDIR
=
kernspace
9
TESTS_SUBDIRS
=
.WAIT rumpkern rumpnet rumpvfs modautoload
10
11
.
include
<
bsd.
test
.mk
>