From dfdf74ea7e56049421c99a6155ab93c41648dd2b Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Sat, 29 Nov 2014 22:31:19 +0000 Subject: [PATCH] Revert r275270 MK_MAIL applies to MK_SENDMAIL and a number of other knobs. r275270 incorrectly applied it to only MK_SENDMAIL --- etc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/Makefile b/etc/Makefile index 4309115642fd..ff70cc12ad0b 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 \