summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-06-18 05:54:04 +0000
committerbapt <bapt@FreeBSD.org>2015-06-18 05:54:04 +0000
commita4ba910b29ae76d54360e2e9909bb4bf1c54819b (patch)
tree0abdb78f1339d08d0e39032407b6a7807c05279b /tools
parenta0707ba29cbb36e9a0d036f0e29f6cf0aa0824d2 (diff)
downloadFreeBSD-src-a4ba910b29ae76d54360e2e9909bb4bf1c54819b.zip
FreeBSD-src-a4ba910b29ae76d54360e2e9909bb4bf1c54819b.tar.gz
Do not remove mailwrapper(8) in case WITHOUT_SENDMAIL is used
It is required for other tools in base and/or ports like dma(8) or any MTA available in ports. It is also build and installed anyway even if world is built WITHOUT_SENDMAIL
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index ae415a9..c56e94d 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -5102,9 +5102,7 @@ OLD_FILES+=usr/share/misc/mail.tildehelp
.if ${MK_MAILWRAPPER} == no
OLD_FILES+=etc/mail/mailer.conf
-.if ${MK_SENDMAIL} == no
OLD_FILES+=usr/sbin/mailwrapper
-.endif
OLD_FILES+=usr/share/man/man8/mailwrapper.8.gz
.endif
OpenPOWER on IntegriCloud