1# $NetBSD: Makefile,v 1.1 2008/05/22 13:57:47 lukem Exp $ 2 3.include "../libldap/Makefile.libldap" 4 5LIB= ldap_r 6 7.PATH: ${LDAP_DISTDIR}/libraries/libldap_r 8 9SRCS+= threads.c rdwr.c rmutex.c tpool.c rq.c \ 10 thr_posix.c thr_cthreads.c thr_thr.c thr_lwp.c thr_nt.c \ 11 thr_pth.c thr_stub.c thr_debug.c 12 13CPPFLAGS+= -DLDAP_R_COMPILE 14 15COPTS+= -pthread 16LIBDPLIBS+= pthread ${NETBSDSRCDIR}/lib/libpthread 17 18.include <bsd.lib.mk> 19