xref: /netbsd-src/external/bsd/libevent/lib/libevent_openssl/Makefile (revision 0c048d5af5bd6cd17367b8b14fee6106a04d9f5d)
1#	$NetBSD: Makefile,v 1.3 2018/02/04 03:19:52 christos Exp $
2
3.include <bsd.own.mk>
4
5LIB=event_openssl
6
7SRCS= \
8bufferevent_openssl.c
9
10LIBDPLIBS+= \
11	event	${.CURDIR}/../libevent \
12	crypto	${NETBSDSRCDIR}/crypto/external/bsd/${EXTERNAL_OPENSSL_SUBDIR}/lib/libcrypto \
13	ssl	${NETBSDSRCDIR}/crypto/external/bsd/${EXTERNAL_OPENSSL_SUBDIR}/lib/libssl
14
15.include <bsd.lib.mk>
16