From b3e8c428c609fc9c66690abb3d188c60b5d48bb1 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sat, 5 Nov 2016 15:32:20 +0000 Subject: move manual pages from doc/ to man/ for consistency with other libraries, in particular considering that there are unrelated files in doc/; requested by jsing@ and beck@ --- src/lib/libssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libssl/Makefile') diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile index 01d7f04036..2e90b02054 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.26 2016/11/05 15:01:54 schwarze Exp $ +# $OpenBSD: Makefile,v 1.27 2016/11/05 15:32:19 schwarze Exp $ .include .ifndef NOMAN -SUBDIR= doc +SUBDIR= man .endif PC_FILES=openssl.pc libssl.pc -- cgit v1.2.3-55-g6feb