mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
16 lines
272 B
Makefile
16 lines
272 B
Makefile
|
|
TESTSRC= ${SRCTOP}/contrib/netbsd-tests/lib/libc/tls/${.CURDIR:T}
|
|
|
|
LIB= h_tls_dlopen
|
|
SHLIB_NAME= h_tls_dlopen.so
|
|
SRCS= h_tls_dlopen.c
|
|
|
|
MAN=
|
|
PACKAGE= tests
|
|
|
|
LIBDIR= ${TESTSBASE}/lib/libc/tls
|
|
SHLIB_MAJOR= 1
|
|
|
|
.include "../../Makefile.netbsd-tests"
|
|
|
|
.include <bsd.lib.mk>
|