aboutsummaryrefslogtreecommitdiff
path: root/share/examples/etc
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2003-02-10 19:57:56 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2003-02-10 19:57:56 +0000
commit6042ca2e01e76255220ab853e78f8d5d8ddb5464 (patch)
tree4aff87bb2998fd6e0b9415d7e9964bea45904b96 /share/examples/etc
parent413a16d8896c149ccf4d443e29230527c2fecb83 (diff)
Notes
Diffstat (limited to 'share/examples/etc')
-rw-r--r--share/examples/etc/make.conf7
1 files changed, 0 insertions, 7 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 37224bf9eddf..74c78f1fa42e 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -125,13 +125,6 @@
#NOSECURE= true # do not build crypto code in secure/ subdir
#NOSHARE= true # do not go into the share subdir
#
-# 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
#