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
tools/llvm: Do not build with symbols
[minix3.git]
/
tests
/
dev
/
sysmon
/
Makefile
blob
ddcfb1a7fc857970afcc81c1a194d52fa3b3037d
1
# $NetBSD: Makefile,v 1.2 2010/12/20 04:56:18 pgoyette 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
-
lpthread
13
14
WARNS
=
4
15
16
TESTS_SH
=
t_swsensor
17
18
.
include
<
bsd.
test
.mk
>