summaryrefslogtreecommitdiffstats
path: root/tools/build
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-03-30 14:00:17 +0000
committeramdmi3 <amdmi3@FreeBSD.org>2015-03-30 14:00:17 +0000
commit119e750bf8fa7cd78d04a6cf091c1c8aefabc2a2 (patch)
treed88415402111a441e22b67bed5135c2baa4f989a /tools/build
parenteda1855b80e3e74bfb47870285ae7ce53f96303d (diff)
downloadFreeBSD-src-119e750bf8fa7cd78d04a6cf091c1c8aefabc2a2.zip
FreeBSD-src-119e750bf8fa7cd78d04a6cf091c1c8aefabc2a2.tar.gz
- Remove more files when MK_FORTH == no
MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
Diffstat (limited to 'tools/build')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index deea027..466c098 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -1606,6 +1606,19 @@ OLD_FILES+=usr/share/man/man1/fdwrite.1.gz
OLD_FILES+=usr/share/man/man8/fdcontrol.8.gz
.endif
+.if ${MK_FORTH} == no
+OLD_FILES+=usr/share/man/man5/loader.conf.5.gz
+OLD_FILES+=usr/share/man/man8/beastie.4th.8.gz
+OLD_FILES+=usr/share/man/man8/brand.4th.8.gz
+OLD_FILES+=usr/share/man/man8/check-password.4th.8.gz
+OLD_FILES+=usr/share/man/man8/color.4th.8.gz
+OLD_FILES+=usr/share/man/man8/delay.4th.8.gz
+OLD_FILES+=usr/share/man/man8/loader.4th.8.gz
+OLD_FILES+=usr/share/man/man8/menu.4th.8.gz
+OLD_FILES+=usr/share/man/man8/menusets.4th.8.gz
+OLD_FILES+=usr/share/man/man8/version.4th.8.gz
+.endif
+
.if ${MK_FREEBSD_UPDATE} == no
OLD_FILES+=etc/freebsd-update.conf
OLD_FILES+=usr/sbin/freebsd-update
OpenPOWER on IntegriCloud