diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-10-11 23:56:09 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-10-11 23:56:09 +0000 |
commit | 0c2f3d85c6f230b7db2566df928c33bc9e233731 (patch) | |
tree | aeb48e10db8e0ad62edb438f5af98205992b8c81 /mail/Makefile | |
parent | 0d06943fd85ce9a91f754c020ed4c547aa73d039 (diff) |
add exim-sa-exim, Exim with SA-Exim support <http://marc.merlins.org/linux/exim/sa.html>
Notes
Notes:
svn path=/head/; revision=118698
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/Makefile b/mail/Makefile index fbfe77d3e0b3..cbab02049ea7 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -80,6 +80,7 @@ SUBDIR += exim-monitor SUBDIR += exim-mysql SUBDIR += exim-postgresql + SUBDIR += exim-sa-exim SUBDIR += exmh2 SUBDIR += ezmlm SUBDIR += ezmlm-idx @@ -387,10 +388,10 @@ SUBDIR += sccmilter SUBDIR += scmail SUBDIR += sendmail - SUBDIR += sendmail811 - SUBDIR += sendmail812 SUBDIR += sendmail-ldap SUBDIR += sendmail-sasl + SUBDIR += sendmail811 + SUBDIR += sendmail812 SUBDIR += sentinel SUBDIR += serialmail SUBDIR += sigit |