diff options
author | nectar <nectar@FreeBSD.org> | 2003-02-10 19:57:56 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2003-02-10 19:57:56 +0000 |
commit | b36647ffe0b4c7db913b64382b29be7953f7dfa4 (patch) | |
tree | 4aff87bb2998fd6e0b9415d7e9964bea45904b96 /share | |
parent | ba1743e91bea2d716235e6ab42a5492659b6c7e6 (diff) | |
download | FreeBSD-src-b36647ffe0b4c7db913b64382b29be7953f7dfa4.zip FreeBSD-src-b36647ffe0b4c7db913b64382b29be7953f7dfa4.tar.gz |
Install the OpenSSL man pages in /usr/share/openssl/man
and remove the WANT_OPENSSL_MANPAGES knob.
Diffstat (limited to 'share')
-rw-r--r-- | share/examples/etc/make.conf | 7 | ||||
-rw-r--r-- | share/man/man5/make.conf.5 | 10 |
2 files changed, 0 insertions, 17 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 37224bf..74c78f1 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 # diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5 index f2ec739..62cf355 100644 --- a/share/man/man5/make.conf.5 +++ b/share/man/man5/make.conf.5 @@ -682,16 +682,6 @@ levels to a lower one. and above is known to trigger known optimizer bugs at various times \(em this is worse on the Alpha platform. The value assigned is the highest optimization value used. -.It Va WANT_OPENSSL_MANPAGES -.Pq Vt bool -Set this to build the OpenSSL manual pages. -These are not built by -default because they clobber a number of system manual pages with -manual pages describing parts of the OpenSSL toolkit, including -.Xr passwd 1 , -.Xr err 3 , -.Xr md5 3 , -and others. .El .Pp The following list provides a name and short description for variables |