aboutsummaryrefslogtreecommitdiff
path: root/lib/libpthread/dlopen/dso/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/dlopen/dso/Makefile')
-rw-r--r--lib/libpthread/dlopen/dso/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/libpthread/dlopen/dso/Makefile b/lib/libpthread/dlopen/dso/Makefile
new file mode 100644
index 000000000000..2a7cb2d0394d
--- /dev/null
+++ b/lib/libpthread/dlopen/dso/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2013/03/21 16:50:21 christos Exp $
+
+NOMAN= # defined
+NOLINT= # defined
+
+.include <bsd.own.mk>
+
+LIB= h_pthread_dlopen
+SRCS= h_pthread_dlopen.c
+
+LDADD+=-latf-c -lpthread
+
+LIBDIR= ${TESTSBASE}/lib/libpthread/dlopen
+SHLIBDIR= ${TESTSBASE}/lib/libpthread/dlopen
+SHLIB_MAJOR= 1
+
+LIBISCXX= yes
+LIBISMODULE= yes
+
+.include <bsd.lib.mk>