]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/libc/tests/tls/dso/Makefile
MFC r289172,r290254:
[FreeBSD/stable/10.git] / lib / libc / tests / tls / dso / Makefile
1 # $FreeBSD$
2
3 OBJTOP=         ${.OBJDIR:H:H:H:H:H}
4 TESTSRC=        ${SRCTOP}/contrib/netbsd-tests/lib/libc/tls/${.CURDIR:T}
5
6 LIB=            h_tls_dlopen
7 SHLIB_NAME=     h_tls_dlopen.so
8 SRCS=           h_tls_dlopen.c
9
10 MAN=
11
12 LIBDIR=         ${TESTSBASE}/lib/libc/tls
13 SHLIB_MAJOR=    1
14
15 .include "../../Makefile.netbsd-tests"
16
17 .include <bsd.lib.mk>