1# $NetBSD: Makefile,v 1.2 2013/09/11 23:04:10 joerg 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/openssl/lib/libcrypto \ 13 ssl ${NETBSDSRCDIR}/crypto/external/bsd/openssl/lib/libssl 14 15.include <bsd.lib.mk> 16