11.1Schristos# $NetBSD: Makefile,v 1.1 2013/03/21 16:50:21 christos Exp $ 21.1Schristos 31.1SchristosNOMAN= # defined 41.1SchristosNOLINT= # defined 51.1Schristos 61.1Schristos.include <bsd.own.mk> 71.1Schristos 81.1SchristosLIB= h_pthread_dlopen 91.1SchristosSRCS= h_pthread_dlopen.c 101.1Schristos 111.1SchristosLDADD+=-latf-c -lpthread 121.1Schristos 131.1SchristosLIBDIR= ${TESTSBASE}/lib/libpthread/dlopen 141.1SchristosSHLIBDIR= ${TESTSBASE}/lib/libpthread/dlopen 151.1SchristosSHLIB_MAJOR= 1 161.1Schristos 171.1SchristosLIBISCXX= yes 181.1SchristosLIBISMODULE= yes 191.1Schristos 201.1Schristos.include <bsd.lib.mk> 21