From 589622caaa850ceb1013a21855e903fb363be47f Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Sat, 16 Mar 2002 15:14:41 +0000 Subject: [PATCH] Document NO_PERL. --- share/examples/etc/make.conf | 3 ++- share/man/man5/make.conf.5 | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index ef7e913fbfa..076cd590b27 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -101,6 +101,7 @@ #NO_OBJC= true # do not build Objective C support #NO_OPENSSH= true # do not build OpenSSH #NO_OPENSSL= true # do not build OpenSSL (implies NO_OPENSSH) +#NO_PERL= true # do not build perl5. Disables OpenSSL optimizations #NO_SENDMAIL= true # do not build sendmail and related programs #NO_SHAREDOCS= true # do not build the 4.4BSD legacy docs #NO_TCSH= true # do not build and install /bin/csh (which is tcsh) @@ -109,7 +110,7 @@ #NOGAMES= true # do not build games (games/ subdir) #NOINFO= true # do not make or install info files #NOLIBC_R= true # do not build libc_r (re-entrant version of libc) -#NOPERL= true # do not build perl. Disables OpenSSL optimizations +#NOPERL= true # Deprecated version of NO_PERL #NOPROFILE= true # Avoid compiling profiled libraries #NOSECURE= true # do not build crypto code in secure/ subdir #NOSHARE= true # do not go into the share subdir diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5 index 1710b732c14..139311e4ac6 100644 --- a/share/man/man5/make.conf.5 +++ b/share/man/man5/make.conf.5 @@ -406,6 +406,11 @@ Set to not build OpenSSH. .Pq Vt bool Set to not build OpenSSL (implies .Va NO_OPENSSH ) . +.It Va NO_PERL +.Pq Vt bool +Set to avoid building +.Xr perl 1 . +(Also disables OpenSSL optimizations.) .It Va NO_SENDMAIL .Pq Vt bool Set to not build @@ -461,6 +466,9 @@ Set to install man pages uncompressed. .Pq Vt bool Set to avoid building .Xr perl 1 . +This is deprecated in favour of +.It Va NO_PERL +(above). .It Va NOPROFILE .Pq Vt bool Set to avoid compiling profiled libraries. -- 2.45.2