From 247b759d928b4876cdebfa5f37a87f938ab965fa Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 25 Feb 2001 21:42:12 +0000 Subject: Update the list of OpenSSL manpages (now contains many more describing libssl, for example), and hide it behind a make.conf option, WANT_OPENSSL_MANPAGES, instead of having it commented out. We still can't install these by default because of clobbering of a number of system manpages with the same name, but they're there for people who want them. --- etc/defaults/make.conf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'etc') diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 694ffe76b066b..8f4ba6f0c6127 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -103,6 +103,13 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ #NOSHARE= true # do not go into the share subdir #NOUUCP= true # do not build uucp related programs # +# To build the OpenSSL manpages, uncomment the following. These are not +# built by default because they clobber a number of system manpages with +# manpages describing parts of the OpenSSL toolkit, including passwd(1), +# err(3), md5(3), and others. +# +#WANT_OPENSSL_MANPAGES= true +# # To build sys/modules when building the world (our old way of doing things) #MODULES_WITH_WORLD=true # do not build modules when building kernel # -- cgit v1.3