diff options
author | delphij <delphij@FreeBSD.org> | 2010-02-09 18:22:26 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2010-02-09 18:22:26 +0000 |
commit | 13dc1aaf66d763c4d9548410f27bd15c9b083970 (patch) | |
tree | c36af48da0ef0cca1782d37f56381a4bd94ea162 /tools | |
parent | 4aa0a8fc65254f7aae5a84358fcad1a6986615b9 (diff) | |
download | FreeBSD-src-13dc1aaf66d763c4d9548410f27bd15c9b083970.zip FreeBSD-src-13dc1aaf66d763c4d9548410f27bd15c9b083970.tar.gz |
As it turns out, fmt(1) is being used by the base system as well as the
ports tree extensively and it is probably a good idea to keep it
regardless of NO_MAIL setting.
Reported by: Alexander Best
Reviewed by: antoine
X-MFC-With: r203584
Diffstat (limited to 'tools')
-rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index b00470d..9966ddb 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -1539,7 +1539,6 @@ OLD_FILES+=usr/share/man/man8/pac.8.gz .if ${MK_MAIL} == no OLD_FILES+=usr/bin/Mail OLD_FILES+=usr/bin/biff -OLD_FILES+=usr/bin/fmt OLD_FILES+=usr/bin/from OLD_FILES+=usr/bin/mail OLD_FILES+=usr/bin/mailx |