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
/
tls
/
dso
/
Makefile
blob
3bf94314318b9e56658b6d2cc7ea1264fabe93ea
1
# $NetBSD: Makefile,v 1.1 2011/03/09 23:10:08 joerg Exp $
2
3
NOMAN
=
# defined
4
NOLINT
=
# defined
5
6
.
include
<
bsd.own.mk
>
7
8
LIB
=
h_tls_dlopen
9
SRCS
=
h_tls_dlopen.c
10
11
LIBDIR
= ${
TESTSBASE
}/
lib
/
libc
/
tls
12
SHLIBDIR
= ${
TESTSBASE
}/
lib
/
libc
/
tls
13
SHLIB_MAJOR
=
1
14
15
LIBISCXX
=
yes
16
LIBISMODULE
=
yes
17
18
.
include
<
bsd.lib.mk
>