summaryrefslogtreecommitdiff
path: root/external/bsd/libevent/lib/Makefile
blob: 2dfd531be7307263d55549d4e1d11dd1089a9282 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$NetBSD: Makefile,v 1.3 2013/09/11 23:04:10 joerg Exp $
.include <bsd.own.mk>

SUBDIR=	 libevent .WAIT
.if ${MKCRYPTO} != "no"
SUBDIR+=	libevent_openssl
.endif
# MINIX3: insufficient pthreads support in the base system for now
#SUBDIR+= libevent_pthreads

.include <bsd.subdir.mk>