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 23b4ea6f5fa..7b599c081c2 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.11678 2005/10/27 13:00:03 tonio Exp $ +$NetBSD: CHANGES,v 1.11679 2005/10/27 19:52:13 minskim Exp $ Changes to the packages collection and infrastructure in 2005: @@ -4866,3 +4866,4 @@ Changes to the packages collection and infrastructure in 2005: Updated converters/bibtex2html to 1.76 [tonio 2005-10-27] Updated net/unison to 2.13.16nb1 [tonio 2005-10-27] Updated net/unison-devel to 2.17.1nb1 [tonio 2005-10-27] + Added mail/dkim-milter version 0.1.1 [minskim 2005-10-27] diff --git a/mail/Makefile b/mail/Makefile index 2a9c3c487e2..f85435d9af3 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.272 2005/10/16 12:23:15 jmmv Exp $ +# $NetBSD: Makefile,v 1.273 2005/10/27 19:52:14 minskim Exp $ # COMMENT= Electronic mail utilities @@ -29,6 +29,7 @@ SUBDIR+= deliver SUBDIR+= demime SUBDIR+= distribute SUBDIR+= dk-milter +SUBDIR+= dkim-milter SUBDIR+= dot-forward SUBDIR+= dovecot SUBDIR+= drac |