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 /usr.bin | |
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 'usr.bin')
-rw-r--r-- | usr.bin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 743aeab..00bbb3b 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -66,7 +66,7 @@ SUBDIR= alias \ ${_file2c} \ find \ finger \ - ${_fmt} \ + fmt \ fold \ ${_from} \ fstat \ @@ -296,7 +296,6 @@ _locate= locate # XXX msgs? .if ${MK_MAIL} != "no" _biff= biff -_fmt= fmt _from= from _mail= mail _msgs= msgs |