summaryrefslogtreecommitdiff
path: root/lib/libc/tls/dso/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/tls/dso/Makefile')
-rw-r--r--lib/libc/tls/dso/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/libc/tls/dso/Makefile b/lib/libc/tls/dso/Makefile
new file mode 100644
index 000000000000..3bf94314318b
--- /dev/null
+++ b/lib/libc/tls/dso/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2011/03/09 23:10:08 joerg Exp $
+
+NOMAN= # defined
+NOLINT= # defined
+
+.include <bsd.own.mk>
+
+LIB= h_tls_dlopen
+SRCS= h_tls_dlopen.c
+
+LIBDIR= ${TESTSBASE}/lib/libc/tls
+SHLIBDIR= ${TESTSBASE}/lib/libc/tls
+SHLIB_MAJOR= 1
+
+LIBISCXX= yes
+LIBISMODULE= yes
+
+.include <bsd.lib.mk>