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