mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 10:20:24 -05:00
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
11 lines
179 B
Makefile
11 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>
|