etc/services - sync with NetBSD-8
[minix.git] / external / bsd / libevent / lib / libevent_openssl / Makefile
blob99ff1f4134471d0a876e3f8488abf8503228f3d1
1 # $NetBSD: Makefile,v 1.2 2013/09/11 23:04:10 joerg Exp $
3 .include <bsd.own.mk>
5 LIB=event_openssl
7 SRCS= \
8 bufferevent_openssl.c
10 LIBDPLIBS+= \
11 event ${.CURDIR}/../libevent \
12 crypto ${NETBSDSRCDIR}/crypto/external/bsd/openssl/lib/libcrypto \
13 ssl ${NETBSDSRCDIR}/crypto/external/bsd/openssl/lib/libssl
15 .include <bsd.lib.mk>