summaryrefslogtreecommitdiff
path: root/external/bsd/libevent/lib/libevent_pthreads/Makefile
blob: 95cc7e068f99d6986648c4052d49f10829886e31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: Makefile,v 1.2 2013/09/11 23:04:10 joerg Exp $

LIB=event_pthreads

COPTS+=-pthread

SRCS=		evthread_pthread.c

LIBDPLIBS+= \
	event	${.CURDIR}/../libevent \
	pthread	${NETBSDSRCDIR}/lib/libpthread

.include <bsd.lib.mk>