1#	$NetBSD: Makefile,v 1.2 2013/09/11 23:04:10 joerg Exp $
2
3LIB=event_pthreads
4
5COPTS+=-pthread
6
7SRCS=		evthread_pthread.c
8
9LIBDPLIBS+= \
10	event	${.CURDIR}/../libevent \
11	pthread	${NETBSDSRCDIR}/lib/libpthread
12
13.include <bsd.lib.mk>
14