summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-11-29 22:31:19 +0000
committerngie <ngie@FreeBSD.org>2014-11-29 22:31:19 +0000
commitb77aaa6e5f333ca818bf47a37f58b4b778b3e44b (patch)
treea35cc3aa1ff22bdd9178c537d1fac5bc962c94c6 /etc/Makefile
parent6ac0df499901d1013c98062d22e30c55f0ace7ec (diff)
downloadFreeBSD-src-b77aaa6e5f333ca818bf47a37f58b4b778b3e44b.zip
FreeBSD-src-b77aaa6e5f333ca818bf47a37f58b4b778b3e44b.tar.gz
Revert r275270
MK_MAIL applies to MK_SENDMAIL and a number of other knobs. r275270 incorrectly applied it to only MK_SENDMAIL
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 4309115..ff70cc1 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -292,7 +292,7 @@ distribution:
cd ${.CURDIR}/ppp; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \
${PPPCNF} ${DESTDIR}/etc/ppp
.endif
-.if ${MK_SENDMAIL} != "no"
+.if ${MK_MAIL} != "no"
cd ${.CURDIR}/mail; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
${ETCMAIL} ${DESTDIR}/etc/mail
if [ -d ${DESTDIR}/etc/mail -a -f ${DESTDIR}/etc/mail/aliases -a \
OpenPOWER on IntegriCloud