aboutsummaryrefslogtreecommitdiff
path: root/lib/libpthread/dlopen/dso/Makefile
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2014-10-01 04:07:17 +0000
committerEnji Cooper <ngie@FreeBSD.org>2014-10-01 04:07:17 +0000
commit478290db20b28ab28ce7e08cf33f1b44d82e4cb3 (patch)
treeb31430c773d683d336caf956649e9ed3f459369c /lib/libpthread/dlopen/dso/Makefile
Notes
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>