diff options
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 0a20296cf09..09faf82ed91 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.460 2013/03/16 19:42:34 jym Exp $ +# $NetBSD: Makefile,v 1.461 2013/03/17 13:55:58 asau Exp $ # COMMENT= Security tools @@ -271,6 +271,7 @@ SUBDIR+= pam-mkhomedir SUBDIR+= pam-mysql SUBDIR+= pam-p11 SUBDIR+= pam-passwdqc +SUBDIR+= pam-pgsql SUBDIR+= pam-pwauth_suid SUBDIR+= pam-radius SUBDIR+= pam-saml |