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
etc/services - sync with NetBSD-8
[minix.git]
/
tests
/
rump
/
rumpvfs
/
Makefile
blob
5e05dbca2870f315a53fe7de9470c7dfdc047394
1
# $NetBSD: Makefile,v 1.4 2014/06/10 04:28:40 he Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
TESTSDIR
= ${
TESTSBASE
}/
rump
/
rumpvfs
6
7
TESTS_C
=
t_basic
8
TESTS_C
+=
t_etfs
9
TESTS_C
+=
t_p2kifs
10
11
LDADD
= -
lrumpvfs
-
lrump
-
lrumpuser
-
lrump
-
lpthread
12
13
WARNS
=
4
14
15
.
include
<
bsd.
test
.mk
>