Per previous discussion, and with Mark's blessing, update the value

of this knob to reflect (-)current reality.
This commit is contained in:
Doug Barton 2002-06-09 09:28:02 +00:00
parent ed2836692f
commit b075c273da
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98064
3 changed files with 6 additions and 1 deletions

View File

@ -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)

View File

@ -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

View File

@ -217,7 +217,7 @@ SUBDIR+=dig \
host
.endif
.if !defined(NO_PERL)
.if !defined(NO_PERL_WRAPPER)
SUBDIR+=perl
.endif