From 0ea17a70cec7636a6491fa510ab87021204eb18c Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Thu, 13 Sep 2018 23:46:27 +0000 Subject: [PATCH] Catch up with manual page removal from secure/lib/libssl. --- secure/lib/libssl/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/secure/lib/libssl/Makefile b/secure/lib/libssl/Makefile index 750a7433020..3bb709ceae2 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 -.PATH: ${LCRYPTO_SRC}/ssl \ - ${.CURDIR}/man +.PATH: ${LCRYPTO_SRC}/ssl -- 2.45.0