2014-01-15 10:53:42 +01:00

23 lines
471 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/03/21 16:50:21 christos Exp $
NOMAN= # defined
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/lib/libpthread/dlopen
CPPFLAGS+= -DTESTDIR=\"${TESTSDIR:Q}/\"
RPATH=-Wl,-rpath=${TESTDIR}
LDADD+=${RPATH}
.if (${MKPIC:Uno} != "no")
SUBDIR+= dso
TESTS_C+= t_dlopen
TESTS_C+= t_main_pthread_create
LDADD.t_main_pthread_create+=-lpthread
PDADD.t_main_pthread_create+=${LIBPTHREAD}
TESTS_C+= t_dso_pthread_create
.endif
.include <bsd.test.mk>