diff options
author | kris <kris@FreeBSD.org> | 2001-02-25 21:42:12 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-02-25 21:42:12 +0000 |
commit | 2e1d246fb0c716c70e59834a90e5ae39acf0891a (patch) | |
tree | b6c361af18918d200b9668bf8b6b613eb67af4f3 /share/examples/etc/make.conf | |
parent | e795dfb15be345bf9c097e5196b28b3e9f5a19dc (diff) | |
download | FreeBSD-src-2e1d246fb0c716c70e59834a90e5ae39acf0891a.zip FreeBSD-src-2e1d246fb0c716c70e59834a90e5ae39acf0891a.tar.gz |
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.
Diffstat (limited to 'share/examples/etc/make.conf')
-rw-r--r-- | share/examples/etc/make.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 694ffe7..8f4ba6f 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/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 # |