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
/
usr.bin
/
nbperf
/
Makefile
blob
6dc55aedc4ff2d855f0d199a8ff74a221ebd5adf
1
# $NetBSD: Makefile,v 1.1 2012/07/22 20:38:20 joerg Exp $
2
3
NOMAN
=
# defined
4
5
.
include
<
bsd.own.mk
>
6
7
TESTSDIR
= ${
TESTSBASE
}/
usr.bin
/
nbperf
8
9
TESTS_SH
=
t_nbperf
10
11
SCRIPTSDIR
= ${
TESTSDIR
}
12
SCRIPTS
+=
h_nbperf
13
14
FILESDIR
= ${
TESTSDIR
}
15
FILES
=
hash_driver.c
16
17
.
include
<
bsd.
test
.mk
>