diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2021-03-02 21:15:17 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2021-03-02 21:22:05 +0000 |
| commit | e4d63c5d5ff85d1eb84501d60806651adb552159 (patch) | |
| tree | 2eae6d48e6f2e4624ef32a05d77b97bb1d0c99c3 /tools/build/options | |
| parent | ca4e1ea19fc31e8c58feb133719302c94557c1ae (diff) | |
Remove fmtree(8)
fmtree(8) deprecation was announced on February 12, 2021, and no longer
built by default as of that date. The deprecation notice was merged
back to stable/12 and stable/13 + releng/13.0.
Continue with the plan by finishing the removal.
Relnotes: yes
Diffstat (limited to 'tools/build/options')
| -rw-r--r-- | tools/build/options/WITHOUT_FMTREE | 3 | ||||
| -rw-r--r-- | tools/build/options/WITH_FMTREE | 5 |
2 files changed, 0 insertions, 8 deletions
diff --git a/tools/build/options/WITHOUT_FMTREE b/tools/build/options/WITHOUT_FMTREE deleted file mode 100644 index f8225c1e90c0..000000000000 --- a/tools/build/options/WITHOUT_FMTREE +++ /dev/null @@ -1,3 +0,0 @@ -.\" $FreeBSD$ -Set to not build and install -.Pa /usr/sbin/fmtree . diff --git a/tools/build/options/WITH_FMTREE b/tools/build/options/WITH_FMTREE deleted file mode 100644 index e384ff426774..000000000000 --- a/tools/build/options/WITH_FMTREE +++ /dev/null @@ -1,5 +0,0 @@ -.\" $FreeBSD$ -Set to build and install -.Pa /usr/sbin/fmtree . -This option is deprecated, and will be gone in -.Fx 14.0 . |
