diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-03-20 16:13:56 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-03-20 16:13:56 +0000 |
| commit | 3a9ddfa1ab46b492c861022ea254b3277ef74dde (patch) | |
| tree | 31397947f0ab76ed33ebdd43686fa1f13920194a /lib/libc/tests/stdlib | |
| parent | 8c3a85eaeb0552569e81be43091a18b9e702cc41 (diff) | |
Diffstat (limited to 'lib/libc/tests/stdlib')
| -rw-r--r-- | lib/libc/tests/stdlib/dynthr_mod/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/tests/stdlib/dynthr_mod/Makefile b/lib/libc/tests/stdlib/dynthr_mod/Makefile index 3c6330cb712f..1db3a3c9d571 100644 --- a/lib/libc/tests/stdlib/dynthr_mod/Makefile +++ b/lib/libc/tests/stdlib/dynthr_mod/Makefile @@ -3,6 +3,7 @@ SHLIB_NAME= dynthr_mod.so SHLIBDIR= ${TESTSDIR} SRCS= dynthr_mod.c LIBADD= pthread +PACKAGE= tests TESTSDIR:= ${TESTSBASE}/${RELDIR:C/libc\/tests/libc/:H} |
