diff options
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | security/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 108ce9c2756..566b5727258 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.10031 2005/05/05 20:14:35 adrianp Exp $ +$NetBSD: CHANGES,v 1.10032 2005/05/05 20:18:50 xtraeme Exp $ Changes to the packages collection and infrastructure in 2005: @@ -2301,3 +2301,4 @@ Changes to the packages collection and infrastructure in 2005: Updated ja-FreeWnn-server-bin to 1.10nb4 [kei 2005-05-05] Added x11rec-0.3 [xtraeme 2005-05-05] Updated nasm to 0.98.39nb1 [adrianp 2005-05-05] + Added pam-mysql-0.5 [xtraeme 2005-05-05] diff --git a/security/Makefile b/security/Makefile index 137b35a2980..c30ece79fe7 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.239 2005/04/30 12:25:29 drochner Exp $ +# $NetBSD: Makefile,v 1.240 2005/05/05 20:18:50 xtraeme Exp $ # COMMENT= Security tools @@ -163,6 +163,7 @@ SUBDIR+= p5-Tie-EncryptedHash SUBDIR+= pakemon SUBDIR+= pam-dbm SUBDIR+= pam-ldap +SUBDIR+= pam-mysql SUBDIR+= pam-smbpass SUBDIR+= pflkm SUBDIR+= pgp2 |