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 8SUBDIR+= libevent_pthreads 9 10.include <bsd.subdir.mk> 11