Don't install othermta unless MK_MAIL == yes

This commit is contained in:
Enji Cooper 2014-11-25 08:04:32 +00:00
parent 41e0727670
commit 8bbfb3bbe9

View File

@ -107,7 +107,7 @@ FILES= DAEMON \
ntpd \
ntpdate \
${_opensm} \
othermta \
${_othermta} \
pf \
pflog \
pfsync \
@ -186,6 +186,10 @@ _kfd= kfd
_kpasswdd= kpasswdd
.endif
.if ${MK_MAIL} != "no"
_othermta= othermta
.endif
.if ${MK_OFED} != "no"
_opensm= opensm
.endif