diff options
author | ngie <ngie@FreeBSD.org> | 2014-11-29 22:26:35 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2014-11-29 22:26:35 +0000 |
commit | 6ac0df499901d1013c98062d22e30c55f0ace7ec (patch) | |
tree | 89acffd7f30b9aceb1ac3952f9b90b8aba824405 /etc | |
parent | 56d52388251ae50e236d698bc2596e9e4473cd3f (diff) | |
download | FreeBSD-src-6ac0df499901d1013c98062d22e30c55f0ace7ec.zip FreeBSD-src-6ac0df499901d1013c98062d22e30c55f0ace7ec.tar.gz |
etc/mail actually applies to MK_SENDMAIL, not MK_MAIL
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile index ff70cc1..4309115 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_MAIL} != "no" +.if ${MK_SENDMAIL} != "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 \ |