diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2018-09-13 23:46:27 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2018-09-13 23:46:27 +0000 |
| commit | 0ea17a70cec7636a6491fa510ab87021204eb18c (patch) | |
| tree | 511bdbc54d9acba7753824fdde927a0e490c11f7 /secure/lib/libssl | |
| parent | 23bb9f3ae174ba4773001e08da329f06a1514e24 (diff) | |
Notes
Diffstat (limited to 'secure/lib/libssl')
| -rw-r--r-- | secure/lib/libssl/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/secure/lib/libssl/Makefile b/secure/lib/libssl/Makefile index 750a7433020b..3bb709ceae2e 100644 --- a/secure/lib/libssl/Makefile +++ b/secure/lib/libssl/Makefile @@ -5,9 +5,6 @@ SHLIB_MAJOR= 9 NO_LINT= -.if exists(Makefile.man) -.include "Makefile.man" -.endif .include "../libcrypto/Makefile.inc" SRCS= bio_ssl.c d1_both.c d1_clnt.c d1_lib.c d1_meth.c d1_pkt.c d1_srtp.c \ @@ -27,5 +24,4 @@ CFLAGS+= -I${LCRYPTO_SRC}/crypto .include <bsd.lib.mk> -.PATH: ${LCRYPTO_SRC}/ssl \ - ${.CURDIR}/man +.PATH: ${LCRYPTO_SRC}/ssl |
