Home | History | Annotate | Line # | Download | only in libevent_openssl
Makefile revision 1.3
      1 #	$NetBSD: Makefile,v 1.3 2018/02/04 03:19:52 christos Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 LIB=event_openssl
      6 
      7 SRCS= \
      8 bufferevent_openssl.c
      9 
     10 LIBDPLIBS+= \
     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