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/tls/dso/Makefile | |
parent | 8c3a85eaeb0552569e81be43091a18b9e702cc41 (diff) | |
download | src-3a9ddfa1ab46b492c861022ea254b3277ef74dde.tar.gz src-3a9ddfa1ab46b492c861022ea254b3277ef74dde.zip |
Diffstat (limited to 'lib/libc/tests/tls/dso/Makefile')
-rw-r--r-- | lib/libc/tests/tls/dso/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/tests/tls/dso/Makefile b/lib/libc/tests/tls/dso/Makefile index ec996105f4d3..2e08d6899d63 100644 --- a/lib/libc/tests/tls/dso/Makefile +++ b/lib/libc/tests/tls/dso/Makefile @@ -6,6 +6,7 @@ SHLIB_NAME= h_tls_dlopen.so SRCS= h_tls_dlopen.c MAN= +PACKAGE= tests LIBDIR= ${TESTSBASE}/lib/libc/tls SHLIB_MAJOR= 1 |