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
This commit is contained in:
Xin LI 2010-02-09 18:22:26 +00:00
parent 923dd9a7a7
commit 07ea9a7c2f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203711
2 changed files with 1 additions and 3 deletions

View File

@ -1539,7 +1539,6 @@ OLD_FILES+=usr/share/man/man8/pac.8.gz
.if ${MK_MAIL} == no .if ${MK_MAIL} == no
OLD_FILES+=usr/bin/Mail OLD_FILES+=usr/bin/Mail
OLD_FILES+=usr/bin/biff OLD_FILES+=usr/bin/biff
OLD_FILES+=usr/bin/fmt
OLD_FILES+=usr/bin/from OLD_FILES+=usr/bin/from
OLD_FILES+=usr/bin/mail OLD_FILES+=usr/bin/mail
OLD_FILES+=usr/bin/mailx OLD_FILES+=usr/bin/mailx

View File

@ -66,7 +66,7 @@ SUBDIR= alias \
${_file2c} \ ${_file2c} \
find \ find \
finger \ finger \
${_fmt} \ fmt \
fold \ fold \
${_from} \ ${_from} \
fstat \ fstat \
@ -296,7 +296,6 @@ _locate= locate
# XXX msgs? # XXX msgs?
.if ${MK_MAIL} != "no" .if ${MK_MAIL} != "no"
_biff= biff _biff= biff
_fmt= fmt
_from= from _from= from
_mail= mail _mail= mail
_msgs= msgs _msgs= msgs