build: turn off FMTREE by default to prepare for removal

nmtree is derived from fmtree, and has been the default mtree(8) since
6adfbbbf16, a little over a year after its introduction.

fmtree has not seen any substantial work since then, except for build
fixes and runtime issues that were diagnosed in nmtree and backported
because this was still in the tree.

Turn it off by default.

Reviewed by:	bdrewery, brooks, cy, emaste
Differential Revision:	https://reviews.freebsd.org/D28573
This commit is contained in:
Kyle Evans 2021-02-10 08:57:25 -06:00
parent 6fea22cebe
commit c975494ad7
2 changed files with 6 additions and 1 deletions

View File

@ -99,7 +99,6 @@ __DEFAULT_YES_OPTIONS = \
FILE \
FINGER \
FLOPPY \
FMTREE \
FORTH \
FP_LIBC \
FREEBSD_UPDATE \
@ -202,6 +201,7 @@ __DEFAULT_NO_OPTIONS = \
CLANG_FORMAT \
DTRACE_TESTS \
EXPERIMENTAL \
FMTREE \
HESIOD \
LIBSOFT \
LOADER_FIREWIRE \

View File

@ -0,0 +1,5 @@
.\" $FreeBSD$
Set to build and install
.Pa /usr/sbin/fmtree .
This option is deprecated, and will be gone in
.Fx 14.0 .