mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-28 08:02:54 +00:00
Per previous discussion, and with Mark's blessing, update the value
of this knob to reflect (-)current reality.
This commit is contained in:
parent
ed2836692f
commit
b075c273da
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98064
@ -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)
|
||||
|
@ -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
|
||||
|
@ -217,7 +217,7 @@ SUBDIR+=dig \
|
||||
host
|
||||
.endif
|
||||
|
||||
.if !defined(NO_PERL)
|
||||
.if !defined(NO_PERL_WRAPPER)
|
||||
SUBDIR+=perl
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user