Submitted by: Andrew Gierth (original reproducer; kevans massaged for atf) Reviewed by: kib MFC after: 2 weeks X-MFC-with: r343566 (or after) Differential Revision: https://reviews.freebsd.org/D19027
12 lines
179 B
Makefile
12 lines
179 B
Makefile
# $FreeBSD$
|
|
|
|
SHLIB_NAME= dynthr_mod.so
|
|
SHLIBDIR= ${TESTSDIR}
|
|
SRCS= dynthr_mod.c
|
|
LIBADD= pthread
|
|
|
|
TESTSDIR:= ${TESTSBASE}/${RELDIR:C/libc\/tests/libc/:H}
|
|
|
|
|
|
.include <bsd.lib.mk>
|