opnsense-src/lib/libc/tests/stdlib/dynthr_mod/Makefile
Baptiste Daroussin 77205dbc13 pkgbase: install all libc test files into the tests package
(cherry picked from commit 3a9ddfa1ab46b492c861022ea254b3277ef74dde)
2024-03-27 09:37:10 +01:00

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>