freebsd-dev/lib/libc/tests/tls/dso/Makefile
Enji Cooper b2d48be1bc Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) and
netbsd-tests.test.mk (r289151)

- Eliminate explicit OBJTOP/SRCTOP setting
- Convert all ad hoc NetBSD test integration over to netbsd-tests.test.mk
- Remove unnecessary TESTSDIR setting
- Use SRCTOP where possible for clarity

MFC after: 2 weeks
Sponsored by: EMC / Isilon Storage Divison
2015-10-12 08:16:03 +00:00

18 lines
299 B
Makefile

# $FreeBSD$
OBJTOP= ${.OBJDIR:H:H:H:H:H}
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=
LIBDIR= ${TESTSBASE}/lib/libc/tls
SHLIB_MAJOR= 1
.include "../../Makefile.netbsd-tests"
.include <bsd.lib.mk>