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 fe67da63f76..b09d2bd8d56 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.3717 2003/10/20 16:11:35 tron Exp $ +$NetBSD: CHANGES,v 1.3718 2003/10/20 17:06:40 manu Exp $ Changes to the packages collection and infrastructure in 2003: @@ -4230,3 +4230,4 @@ Changes to the packages collection and infrastructure in 2003: Updated gsharutils to 4.2.1nb2 [agc 2003-10-20] Updated db3 to db3-3.11.2nb1 [agc 2003-10-20] Updated x11-links to 0.18 [tron 2003-10-20] + Added milter-regex-0.6 [manu 2003-10-20] diff --git a/mail/Makefile b/mail/Makefile index c2e07b71697..23b30a6fbbf 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.181 2003/10/01 20:58:52 reed Exp $ +# $NetBSD: Makefile,v 1.182 2003/10/20 17:06:40 manu Exp $ # COMMENT= Electronic mail utilities @@ -82,6 +82,7 @@ SUBDIR+= mew SUBDIR+= mew-xemacs SUBDIR+= mew3 SUBDIR+= mhonarc +SUBDIR+= milter-regex SUBDIR+= mimedefang SUBDIR+= mini_sendmail SUBDIR+= msmtp |