Files
netbsd/external/bsd/libevent/lib/Makefile
2014-01-15 10:53:42 +01:00

11 lines
215 B
Makefile

# $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
SUBDIR+= libevent_pthreads
.include <bsd.subdir.mk>