diff options
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | mail/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index dd13e676f62..04df5261ccc 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.4045 2003/12/11 17:11:18 agc Exp $ +$NetBSD: CHANGES,v 1.4046 2003/12/11 17:35:37 manu Exp $ Changes to the packages collection and infrastructure in 2003: @@ -5061,3 +5061,4 @@ Changes to the packages collection and infrastructure in 2003: Updated mtools to 3.9.9 [adam 2003-12-11] Updated automake to 1.8 [wiz 2003-12-11] Updated audit-packages to 1.27 [agc 2003-12-11] + Added milter-spamc-0.10 [manu 2003-12-11] diff --git a/mail/Makefile b/mail/Makefile index 4d5ad97eab6..5e2a74aa307 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.186 2003/12/08 15:40:26 grant Exp $ +# $NetBSD: Makefile,v 1.187 2003/12/11 17:35:36 manu Exp $ # COMMENT= Electronic mail utilities @@ -86,6 +86,7 @@ SUBDIR+= mew3 SUBDIR+= mhonarc SUBDIR+= milter-regex SUBDIR+= milter-sender +SUBDIR+= milter-spamc SUBDIR+= mimedefang SUBDIR+= mini_sendmail SUBDIR+= msmtp |