1# $NetBSD: Makefile,v 1.5 2014/05/28 11:32:19 tron Exp $ 2 3USE_FORT?= yes 4CWARNFLAGS.clang= -Wno-format-extra-args 5 6.include "../libldap/Makefile.libldap" 7 8LIB= ldap_r 9 10.PATH: ${LDAP_DISTDIR}/libraries/libldap_r 11 12SRCS+= threads.c rdwr.c rmutex.c tpool.c rq.c \ 13 thr_posix.c thr_cthreads.c thr_thr.c thr_nt.c \ 14 thr_pth.c thr_stub.c thr_debug.c 15 16CPPFLAGS+= -DLDAP_R_COMPILE 17 18COPTS+= -pthread 19LIBDPLIBS+= pthread ${.CURDIR}/../../../../../lib/libpthread 20 21.include <bsd.lib.mk> 22