summaryrefslogtreecommitdiff
path: root/external/bsd/libevent/lib/libevent_openssl/Makefile
blob: 99ff1f4134471d0a876e3f8488abf8503228f3d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$NetBSD: Makefile,v 1.2 2013/09/11 23:04:10 joerg Exp $

.include <bsd.own.mk>

LIB=event_openssl

SRCS= \
bufferevent_openssl.c

LIBDPLIBS+= \
	event	${.CURDIR}/../libevent \
	crypto	${NETBSDSRCDIR}/crypto/external/bsd/openssl/lib/libcrypto \
	ssl	${NETBSDSRCDIR}/crypto/external/bsd/openssl/lib/libssl

.include <bsd.lib.mk>