Home | History | Annotate | Line # | Download | only in libevent_openssl
Makefile revision 1.3.16.1
      1 #	$NetBSD: Makefile,v 1.3.16.1 2025/08/02 05:21:49 perseant 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/${EXTERNAL_OPENSSL_SUBDIR}/lib/libcrypto \
     13 	ssl	${NETBSDSRCDIR}/crypto/external/${EXTERNAL_OPENSSL_SUBDIR}/lib/libssl
     14 
     15 .include <bsd.lib.mk>
     16