]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/tests/stdlib/dynthr_mod/Makefile
Merge bmake-20200517
[FreeBSD/FreeBSD.git] / lib / libc / tests / stdlib / dynthr_mod / Makefile
1 # $FreeBSD$
2
3 SHLIB_NAME=     dynthr_mod.so
4 SHLIBDIR=       ${TESTSDIR}
5 SRCS=           dynthr_mod.c
6 LIBADD=         pthread
7
8 TESTSDIR:=      ${TESTSBASE}/${RELDIR:C/libc\/tests/libc/:H}
9
10
11 .include <bsd.lib.mk>