2000-01-14 00:49:29 -05:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
|
|
LIB= ssl
|
2015-10-30 16:51:33 -04:00
|
|
|
SHLIB_MAJOR= 8
|
2000-01-14 00:49:29 -05:00
|
|
|
|
2004-12-21 04:33:47 -05:00
|
|
|
NO_LINT=
|
2002-09-25 05:58:00 -04:00
|
|
|
|
2003-02-10 14:57:56 -05:00
|
|
|
.if exists(Makefile.man)
|
|
|
|
|
.include "Makefile.man"
|
|
|
|
|
.endif
|
2003-01-28 17:58:14 -05:00
|
|
|
.include "../libcrypto/Makefile.inc"
|
|
|
|
|
|
2015-10-30 16:51:33 -04:00
|
|
|
SRCS= bio_ssl.c d1_both.c d1_clnt.c d1_lib.c d1_meth.c d1_pkt.c d1_srtp.c \
|
|
|
|
|
d1_srvr.c s23_clnt.c s23_lib.c s23_meth.c s23_pkt.c s23_srvr.c \
|
|
|
|
|
s3_both.c s3_cbc.c s3_clnt.c s3_enc.c s3_lib.c s3_meth.c s3_pkt.c \
|
|
|
|
|
s3_srvr.c ssl_algs.c ssl_asn1.c ssl_cert.c ssl_ciph.c ssl_conf.c \
|
2015-03-20 19:48:11 -04:00
|
|
|
ssl_err.c ssl_err2.c ssl_lib.c ssl_rsa.c ssl_sess.c ssl_stat.c \
|
2015-10-30 16:51:33 -04:00
|
|
|
ssl_txt.c t1_clnt.c t1_enc.c t1_ext.c t1_lib.c t1_meth.c t1_reneg.c \
|
|
|
|
|
t1_srvr.c tls_srp.c
|
2000-01-14 00:49:29 -05:00
|
|
|
|
2012-07-12 15:30:53 -04:00
|
|
|
INCS= dtls1.h kssl.h srtp.h ssl.h ssl2.h ssl23.h ssl3.h tls1.h
|
2003-01-28 17:58:14 -05:00
|
|
|
INCSDIR=${INCLUDEDIR}/openssl
|
2000-01-14 00:49:29 -05:00
|
|
|
|
2014-11-25 16:18:18 -05:00
|
|
|
LIBADD= crypto
|
2004-05-13 03:51:47 -04:00
|
|
|
|
2015-11-06 12:39:17 -05:00
|
|
|
CFLAGS+= -I${LCRYPTO_SRC}/crypto
|
|
|
|
|
|
2000-01-14 00:49:29 -05:00
|
|
|
.include <bsd.lib.mk>
|
2003-01-28 17:58:14 -05:00
|
|
|
|
|
|
|
|
.PATH: ${LCRYPTO_SRC}/ssl \
|
|
|
|
|
${.CURDIR}/man
|