mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
11 lines
182 B
Makefile
11 lines
182 B
Makefile
|
|
SHLIB_NAME= dynthr_mod.so
|
|
SHLIBDIR= ${TESTSDIR}
|
|
SRCS= dynthr_mod.c
|
|
LIBADD= pthread
|
|
PACKAGE= tests
|
|
|
|
TESTSDIR:= ${TESTSBASE}/${RELDIR:C/libc\/tests/libc/:H}
|
|
|
|
|
|
.include <bsd.lib.mk>
|