]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libthr/tests/dlopen/dso/Makefile
Import tzdata 2017c
[FreeBSD/FreeBSD.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 LIBADD+=        pthread
11
12 LIBDIR=         ${TESTSBASE}/lib/libthr/dlopen
13
14 .include <netbsd-tests.test.mk>
15
16 .include <bsd.lib.mk>