xref: /netbsd-src/external/bsd/libevent/lib/libevent_pthreads/Makefile (revision 975a152cfcdb39ae6e496af647af0c7275ca0b61)
1*975a152cSjoerg#	$NetBSD: Makefile,v 1.2 2013/09/11 23:04:10 joerg Exp $
262f324d0Schristos
362f324d0SchristosLIB=event_pthreads
462f324d0Schristos
562f324d0SchristosCOPTS+=-pthread
662f324d0Schristos
7*975a152cSjoergSRCS=		evthread_pthread.c
862f324d0Schristos
9*975a152cSjoergLIBDPLIBS+= \
10*975a152cSjoerg	event	${.CURDIR}/../libevent \
11*975a152cSjoerg	pthread	${NETBSDSRCDIR}/lib/libpthread
1262f324d0Schristos
1362f324d0Schristos.include <bsd.lib.mk>
14