Home | History | Annotate | Line # | Download | only in libevent_openssl
Makefile revision 1.3
      1  1.3  christos #	$NetBSD: Makefile,v 1.3 2018/02/04 03:19:52 christos Exp $
      2  1.1  christos 
      3  1.1  christos .include <bsd.own.mk>
      4  1.1  christos 
      5  1.1  christos LIB=event_openssl
      6  1.1  christos 
      7  1.1  christos SRCS= \
      8  1.1  christos bufferevent_openssl.c
      9  1.1  christos 
     10  1.2     joerg LIBDPLIBS+= \
     11  1.2     joerg 	event	${.CURDIR}/../libevent \
     12  1.3  christos 	crypto	${NETBSDSRCDIR}/crypto/external/bsd/${EXTERNAL_OPENSSL_SUBDIR}/lib/libcrypto \
     13  1.3  christos 	ssl	${NETBSDSRCDIR}/crypto/external/bsd/${EXTERNAL_OPENSSL_SUBDIR}/lib/libssl
     14  1.1  christos 
     15  1.1  christos .include <bsd.lib.mk>
     16