mk: LZMA_SUPPORT is unused

Retire LZMA_SUPPORT. It's unused since r332995.

Reviewed by:		delphij
PR:			244302
Sponsored by:		Netflix
Differential Revision:	https://reviews.freebsd.org/D31088
This commit is contained in:
Warner Losh 2021-07-10 10:52:12 -06:00
parent 445b5554bf
commit d8514fa6f1
3 changed files with 1 additions and 6 deletions

View File

@ -1,6 +1,6 @@
.\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
.\" $FreeBSD$
.Dd June 28, 2021
.Dd July 6, 2021
.Dt SRC.CONF 5
.Os
.Sh NAME
@ -1040,8 +1040,6 @@ and related programs.
Build
.Xr ls 1
without support for colors to distinguish file types.
.It Va WITHOUT_LZMA_SUPPORT
Build some programs without optional lzma compression support.
.It Va WITHOUT_MAIL
Do not build any mail support (MUA or MTA).
When set, it enforces these options:

View File

@ -139,7 +139,6 @@ __DEFAULT_YES_OPTIONS = \
LOCATE \
LPR \
LS_COLORS \
LZMA_SUPPORT \
MAIL \
MAILWRAPPER \
MAKE \

View File

@ -1,2 +0,0 @@
.\" $FreeBSD$
Build some programs without optional lzma compression support.