diff options
| author | Mark Murray <markm@FreeBSD.org> | 2010-10-12 21:01:26 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2010-10-12 21:01:26 +0000 |
| commit | 4f6fbcd5dbe9031b658d082f564429442b159e2a (patch) | |
| tree | eada4950898cb7648a52810cab0dec923f39dc95 /usr.sbin/mailwrapper | |
| parent | 56b11f84a78e5433c8005c55dbefb05cc9150d26 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/mailwrapper')
| -rw-r--r-- | usr.sbin/mailwrapper/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/mailwrapper/Makefile b/usr.sbin/mailwrapper/Makefile index 3f305f773e70..8811f6f17587 100644 --- a/usr.sbin/mailwrapper/Makefile +++ b/usr.sbin/mailwrapper/Makefile @@ -22,6 +22,10 @@ SYMLINKS+= /usr/libexec/sendmail/sendmail ${BINDIR}/mailwrapper .endif .endif +.if ${MK_MAILWRAPPER} != "no" && ${MK_SENDMAIL} == "no" +SYMLINKS+= ${BINDIR}/mailwrapper /bin/rmail +.endif + .if ${MK_MAILWRAPPER} != "no" .if !exists(${DESTDIR}/etc/mail/mailer.conf) FILES= ${.CURDIR}/../../etc/mail/mailer.conf |
