Home | History | Annotate | Line # | Download | only in libevent_openssl
      1 #	$NetBSD: Makefile,v 1.4 2025/07/14 10:25:51 kre 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