Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Sep 2018 23:46:28 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r338673 - projects/openssl111/secure/lib/libssl
Message-ID:  <201809132346.w8DNkSgO043107@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Thu Sep 13 23:46:27 2018
New Revision: 338673
URL: https://svnweb.freebsd.org/changeset/base/338673

Log:
  Catch up with manual page removal from secure/lib/libssl.

Modified:
  projects/openssl111/secure/lib/libssl/Makefile

Modified: projects/openssl111/secure/lib/libssl/Makefile
==============================================================================
--- projects/openssl111/secure/lib/libssl/Makefile	Thu Sep 13 23:31:56 2018	(r338672)
+++ projects/openssl111/secure/lib/libssl/Makefile	Thu Sep 13 23:46:27 2018	(r338673)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809132346.w8DNkSgO043107>