Deleted Added
full compact
Makefile (110655) Makefile (129174)
1# $FreeBSD: head/secure/lib/libssl/Makefile 110655 2003-02-10 19:57:56Z nectar $
1# $FreeBSD: head/secure/lib/libssl/Makefile 129174 2004-05-13 07:51:47Z ru $
2
3LIB= ssl
4SHLIB_MAJOR= 3
5
6NOLINT= true
7
8.if exists(Makefile.man)
9.include "Makefile.man"

--- 5 unchanged lines hidden (view full) ---

15 s3_both.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 \
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_lib.c t1_meth.c t1_srvr.c
19
20INCS= kssl.h ssl.h ssl2.h ssl23.h ssl3.h tls1.h
21INCSDIR=${INCLUDEDIR}/openssl
22
2
3LIB= ssl
4SHLIB_MAJOR= 3
5
6NOLINT= true
7
8.if exists(Makefile.man)
9.include "Makefile.man"

--- 5 unchanged lines hidden (view full) ---

15 s3_both.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 \
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_lib.c t1_meth.c t1_srvr.c
19
20INCS= kssl.h ssl.h ssl2.h ssl23.h ssl3.h tls1.h
21INCSDIR=${INCLUDEDIR}/openssl
22
23DPADD= ${LIBCRYPTO}
24LDADD= -lcrypto
25
23.include <bsd.lib.mk>
24
25.PATH: ${LCRYPTO_SRC}/ssl \
26 ${.CURDIR}/man
26.include <bsd.lib.mk>
27
28.PATH: ${LCRYPTO_SRC}/ssl \
29 ${.CURDIR}/man