]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/libthr/tests/dlopen/dso/Makefile
MFC r289172,r290254:
[FreeBSD/stable/10.git] / lib / libthr / tests / dlopen / dso / Makefile
1 # $FreeBSD$
2
3 TESTSRC=        ${SRCTOP}/contrib/netbsd-tests/lib/libpthread/dlopen/dso
4
5 SHLIB=          h_pthread_dlopen
6 SHLIB_MAJOR=    1
7 SHLIB_NAME=     h_pthread_dlopen.so.${SHLIB_MAJOR}
8 SRCS=           h_pthread_dlopen.c
9
10 DPADD+=         ${LIBPTHREAD}
11 LDADD+=         -lpthread
12
13 LIBDIR=         ${TESTSBASE}/lib/libthr/dlopen
14
15 .include <netbsd-tests.test.mk>
16
17 .include <bsd.lib.mk>