5 .if
${MK_MAILWRAPPER} != "no"
14 .if
${MK_MAILWRAPPER} != "no" ||
${MK_SENDMAIL} != "no"
15 SYMLINKS
= ${BINDIR}/mailwrapper
/usr
/sbin
/sendmail \
16 ${BINDIR}/mailwrapper
/usr
/sbin
/hoststat \
17 ${BINDIR}/mailwrapper
/usr
/sbin
/purgestat \
18 ${BINDIR}/mailwrapper
/usr
/bin
/newaliases \
19 ${BINDIR}/mailwrapper
/usr
/bin
/mailq
21 .if
${MK_MAILWRAPPER} == "no" && ${MK_SENDMAIL} != "no"
22 SYMLINKS
+= /usr
/libexec
/sendmail
/sendmail
${BINDIR}/mailwrapper
26 .if
${MK_MAILWRAPPER} != "no"
27 .if
!exists
(${DESTDIR}/etc
/mail
/mailer.conf
)
28 FILES
= ${.CURDIR
}/..
/..
/etc
/mail
/mailer.conf
34 .
include <bsd.prog.mk
>