makefs: reorder 'usage' alphabetically
[freebsd-src.git] / secure / lib / libssl / Makefile
blob5e538def21fe4db8beb8283a48c323dcae14c6ed
1 # $FreeBSD$
3 LIB= ssl
4 SHLIB_MAJOR= 8
6 NO_LINT=
8 .if exists(Makefile.man)
9 .include "Makefile.man"
10 .endif
11 .include "../libcrypto/Makefile.inc"
13 SRCS= bio_ssl.c d1_both.c d1_clnt.c d1_lib.c d1_meth.c d1_pkt.c d1_srtp.c \
14 d1_srvr.c s23_clnt.c s23_lib.c s23_meth.c s23_pkt.c s23_srvr.c \
15 s3_both.c s3_cbc.c s3_clnt.c s3_enc.c s3_lib.c s3_meth.c s3_pkt.c \
16 s3_srvr.c ssl_algs.c ssl_asn1.c ssl_cert.c ssl_ciph.c ssl_conf.c \
17 ssl_err.c ssl_err2.c ssl_lib.c ssl_rsa.c ssl_sess.c ssl_stat.c \
18 ssl_txt.c t1_clnt.c t1_enc.c t1_ext.c t1_lib.c t1_meth.c t1_reneg.c \
19 t1_srvr.c tls_srp.c
21 INCS= dtls1.h kssl.h srtp.h ssl.h ssl2.h ssl23.h ssl3.h tls1.h
22 INCSDIR=${INCLUDEDIR}/openssl
24 LIBADD= crypto
26 CFLAGS+= -I${LCRYPTO_SRC}/crypto
28 .include <bsd.lib.mk>
30 .PATH: ${LCRYPTO_SRC}/ssl \
31 ${.CURDIR}/man