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/protocols - sync with NetBSD-8
[minix.git]
/
tests
/
dev
/
sysmon
/
Makefile
blob
c8eb7e78a8212b9a6e15ad63ebc48760bbd1c1cb
1
# $NetBSD: Makefile,v 1.3 2014/06/10 04:28:39 he Exp $
2
#
3
4
.
include
<
bsd.own.mk
>
5
6
TESTSDIR
= ${
TESTSBASE
}/
dev
/
sysmon
7
8
TESTS_C
=
t_swwdog
9
10
LDADD
+= -
lrumpdev_sysmon
-
lrumpdev
-
lrumpvfs
11
LDADD
+= -
lrump
12
LDADD
+= -
lrumpuser
13
LDADD
+= -
lrump
14
LDADD
+= -
lpthread
15
16
WARNS
=
4
17
18
TESTS_SH
=
t_swsensor
19
20
.
include
<
bsd.
test
.mk
>