xref: /minix3/external/bsd/libevent/lib/Makefile (revision e985b929927b5932e3b68f4b50587d458900107a)
1#	$NetBSD: Makefile,v 1.3 2013/09/11 23:04:10 joerg Exp $
2.include <bsd.own.mk>
3
4SUBDIR=	 libevent .WAIT
5.if ${MKCRYPTO} != "no"
6SUBDIR+=	libevent_openssl
7.endif
8# MINIX3: insufficient pthreads support in the base system for now
9#SUBDIR+= libevent_pthreads
10
11.include <bsd.subdir.mk>
12