1#	$NetBSD: Makefile,v 1.7 2021/08/17 01:59:16 mrg 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 rq.c \
13		thr_posix.c thr_thr.c thr_nt.c \
14		thr_pth.c thr_debug.c tpool.c
15
16COPTS+=		-pthread
17LIBDPLIBS+=	pthread	${.CURDIR}/../../../../../lib/libpthread
18
19.include <bsd.lib.mk>
20