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
/
lib
/
libc
/
db
/
Makefile
blob
2a146b7bcfce97b10e0e61cfaea7f160c4a9adc5
1
# $NetBSD: Makefile,v 1.1 2011/01/07 15:05:58 pgoyette Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
TESTSDIR
= ${
TESTSBASE
}/
lib
/
libc
/
db
6
7
TESTS_SH
+=
t_db
8
9
BINDIR
= ${
TESTSDIR
}
10
MKMAN
=
no
11
12
PROGS
+=
h_db
13
14
FILESDIR
= ${
TESTSDIR
}
15
16
FILES
+=
README
17
18
.
include
<
bsd.
test
.mk
>