aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2021-03-02 21:15:17 +0000
committerKyle Evans <kevans@FreeBSD.org>2021-03-02 21:22:05 +0000
commite4d63c5d5ff85d1eb84501d60806651adb552159 (patch)
tree2eae6d48e6f2e4624ef32a05d77b97bb1d0c99c3 /tools
parentca4e1ea19fc31e8c58feb133719302c94557c1ae (diff)
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc5
-rw-r--r--tools/build/options/WITHOUT_FMTREE3
-rw-r--r--tools/build/options/WITH_FMTREE5
3 files changed, 0 insertions, 13 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 87fab14e45e7..5984645cbc14 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -1684,11 +1684,6 @@ OLD_FILES+=usr/sbin/uefisign
OLD_FILES+=usr/share/examples/uefisign/uefikeys
.endif
-.if ${MK_FMTREE} == no
-OLD_FILES+=usr/sbin/fmtree
-OLD_FILES+=usr/share/man/man8/fmtree.8.gz
-.endif
-
.if ${MK_FTP} == no
OLD_FILES+=etc/ftpusers
OLD_FILES+=etc/newsyslog.conf.d/ftp.conf
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 .