aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-02-25 21:42:12 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-02-25 21:42:12 +0000
commit247b759d928b4876cdebfa5f37a87f938ab965fa (patch)
tree8483c638840b71603bfb60e29db53c03f2c71bb3 /etc
parent27ba031dff1ddb6225b2fdfb6cbf1c675958d7b3 (diff)
Notes
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/make.conf7
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
#