diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 --- a/share/man/man5/src.conf.5 +++ b/share/man/man5/src.conf.5 @@ -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 @@ 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: diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -139,7 +139,6 @@ LOCATE \ LPR \ LS_COLORS \ - LZMA_SUPPORT \ MAIL \ MAILWRAPPER \ MAKE \ diff --git a/tools/build/options/WITHOUT_LZMA_SUPPORT b/tools/build/options/WITHOUT_LZMA_SUPPORT deleted file mode 100644 --- a/tools/build/options/WITHOUT_LZMA_SUPPORT +++ /dev/null @@ -1,2 +0,0 @@ -.\" $FreeBSD$ -Build some programs without optional lzma compression support.