diff options
author | manu <manu@pkgsrc.org> | 2003-10-27 18:00:43 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2003-10-27 18:00:43 +0000 |
commit | 8620e98728ef844ea2fa5db6b4d37ba34ce1907c (patch) | |
tree | 9b49e56696be3c0e31ca6555d7afa0c2b43bd6b0 /mail/Makefile | |
parent | 89708e3e6594eb7d2b494632204a29e972d321e5 (diff) | |
download | pkgsrc-8620e98728ef844ea2fa5db6b4d37ba34ce1907c.tar.gz |
Libsnert is a support library for milter-sender, which is iitself a
real-time sender address validation milter for sendmail
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/Makefile b/mail/Makefile index 23b30a6fbbf..3646e5318fd 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.182 2003/10/20 17:06:40 manu Exp $ +# $NetBSD: Makefile,v 1.183 2003/10/27 18:00:43 manu Exp $ # COMMENT= Electronic mail utilities @@ -68,6 +68,7 @@ SUBDIR+= kbiff SUBDIR+= libesmtp SUBDIR+= libmilter SUBDIR+= libsieve +SUBDIR+= libsnert SUBDIR+= mailagent SUBDIR+= mailcrypt SUBDIR+= maildrop @@ -83,6 +84,7 @@ SUBDIR+= mew-xemacs SUBDIR+= mew3 SUBDIR+= mhonarc SUBDIR+= milter-regex +SUBDIR+= milter-sender SUBDIR+= mimedefang SUBDIR+= mini_sendmail SUBDIR+= msmtp |