diff options
author | drochner <drochner> | 2009-10-28 18:48:36 +0000 |
---|---|---|
committer | drochner <drochner> | 2009-10-28 18:48:36 +0000 |
commit | 213d90c6df70fcd43d970830bf19458bc35a3a80 (patch) | |
tree | b93a1548a8a03e9be5d63f6a02534c1343d172a5 | |
parent | 619f184aacefb429e7eb99fbead23d990c21e4e4 (diff) | |
download | pkgsrc-213d90c6df70fcd43d970830bf19458bc35a3a80.tar.gz |
+pam-passwdqc
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 40bd108b342..3937ceee139 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.364 2009/10/02 10:08:53 hasso Exp $ +# $NetBSD: Makefile,v 1.365 2009/10/28 18:48:36 drochner Exp $ # COMMENT= Security tools @@ -232,6 +232,7 @@ SUBDIR+= pam-fprint SUBDIR+= pam-ldap SUBDIR+= pam-mkhomedir SUBDIR+= pam-mysql +SUBDIR+= pam-passwdqc SUBDIR+= pam-pwauth_suid SUBDIR+= pam-radius SUBDIR+= pam-saml |