1*a4ddc2c8Schristos# $NetBSD: Makefile,v 1.1 2013/03/21 16:50:21 christos Exp $ 2*a4ddc2c8Schristos 3*a4ddc2c8SchristosNOMAN= # defined 4*a4ddc2c8SchristosNOLINT= # defined 5*a4ddc2c8Schristos 6*a4ddc2c8Schristos.include <bsd.own.mk> 7*a4ddc2c8Schristos 8*a4ddc2c8SchristosLIB= h_pthread_dlopen 9*a4ddc2c8SchristosSRCS= h_pthread_dlopen.c 10*a4ddc2c8Schristos 11*a4ddc2c8SchristosLDADD+=-latf-c -lpthread 12*a4ddc2c8Schristos 13*a4ddc2c8SchristosLIBDIR= ${TESTSBASE}/lib/libpthread/dlopen 14*a4ddc2c8SchristosSHLIBDIR= ${TESTSBASE}/lib/libpthread/dlopen 15*a4ddc2c8SchristosSHLIB_MAJOR= 1 16*a4ddc2c8Schristos 17*a4ddc2c8SchristosLIBISCXX= yes 18*a4ddc2c8SchristosLIBISMODULE= yes 19*a4ddc2c8Schristos 20*a4ddc2c8Schristos.include <bsd.lib.mk> 21