xref: /freebsd/lib/libthr/tests/dlopen/dso/Makefile (revision e4cacb6623c457bba19e60d44a51aee7eae2e4d8)
1TESTSRC=	${SRCTOP}/contrib/netbsd-tests/lib/libpthread/dlopen/dso
2WARNS?=		3
3
4PACKAGE=	tests
5SHLIB=		h_pthread_dlopen
6SHLIB_MAJOR=    1
7SHLIB_NAME=	h_pthread_dlopen.so.${SHLIB_MAJOR}
8SRCS=		h_pthread_dlopen.c
9
10LIBADD+=	pthread
11
12LIBDIR=         ${TESTSBASE}/lib/libthr/dlopen
13
14.include <netbsd-tests.test.mk>
15
16.include <bsd.lib.mk>
17