Newer
Older
UbixOS / src / lib / libc_bsd / tests / tls / dso / Makefile
@Charlie Root Charlie Root on 31 Dec 2017 408 bytes Sync
# $FreeBSD: releng/10.2/lib/libc/tests/tls/dso/Makefile 274075 2014-11-04 00:56:25Z ngie $

OBJTOP=		${.OBJDIR:H:H:H:H:H}
SRCTOP=		${.CURDIR: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>