aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2002-06-09 09:28:02 +0000
committerDoug Barton <dougb@FreeBSD.org>2002-06-09 09:28:02 +0000
commitb075c273da1ebbe7056b95465d6f15e8ffbcc0b3 (patch)
treeded24e6ae70fc25455e5d1a1b8157399c0923a1e /share
parented2836692f2495d93bb09a4c40e3e078e588fce3 (diff)
downloadsrc-b075c273da1ebbe7056b95465d6f15e8ffbcc0b3.tar.gz
src-b075c273da1ebbe7056b95465d6f15e8ffbcc0b3.zip
Per previous discussion, and with Mark's blessing, update the value
of this knob to reflect (-)current reality.
Notes
Notes: svn path=/head/; revision=98064
Diffstat (limited to 'share')
-rw-r--r--share/examples/etc/make.conf1
-rw-r--r--share/man/man5/make.conf.54
2 files changed, 5 insertions, 0 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 3052bea1c226..95f62998a07c 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -103,6 +103,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_WRAPPER= true # do not build the wrapper in /usr/bin/perl
#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)
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5
index f7a510fb3475..3af64dc1ef7d 100644
--- a/share/man/man5/make.conf.5
+++ b/share/man/man5/make.conf.5
@@ -417,6 +417,10 @@ Set to not build OpenSSH.
.Pq Vt bool
Set to not build OpenSSL (implies
.Va NO_OPENSSH ) .
+.It Va NO_PERL_WRAPPER
+.Pq Vt bool
+Set to not build the perl wrapper which would otherwise
+be installed as /usr/bin/perl.
.It Va NO_SENDMAIL
.Pq Vt bool
Set to not build