summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-03-08 08:09:30 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-03-08 08:09:30 +0000
commit9b9cda0970f37f371422e706908c2aaaafe8128c (patch)
treec6326d0f7b09db3ed77493b0e02c5b42d9138287 /etc
parent82644126f1740d2440c4fb75fca3bae4c1ab6f16 (diff)
downloadsrc-test2-9b9cda0970f37f371422e706908c2aaaafe8128c.tar.gz
src-test2-9b9cda0970f37f371422e706908c2aaaafe8128c.zip
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 607c09fa2b26..027c08b4a66d 100644
--- a/etc/defaults/make.conf
+++ b/etc/defaults/make.conf
@@ -108,6 +108,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
#