diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/defaults/make.conf | 7 |
1 files changed, 7 insertions, 0 deletions
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 # |
