diff options
author | agc <agc@pkgsrc.org> | 2009-12-11 19:49:50 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2009-12-11 19:49:50 +0000 |
commit | 398c8e2d168ac2b520b6250fb94c5d9f05ddfffa (patch) | |
tree | 130debf2ce5195d36084713f02b3ca48552cbaec /security | |
parent | 909503fb281c79933116fdc1116a1c7dd095097c (diff) | |
download | pkgsrc-398c8e2d168ac2b520b6250fb94c5d9f05ddfffa.tar.gz |
Add and enable pam_ssh_agent_auth
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 2cc74fe2350..c11bdeecacd 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.368 2009/12/02 14:36:08 fhajny Exp $ +# $NetBSD: Makefile,v 1.369 2009/12/11 19:49:50 agc Exp $ # COMMENT= Security tools @@ -237,6 +237,7 @@ SUBDIR+= pam-passwdqc SUBDIR+= pam-pwauth_suid SUBDIR+= pam-radius SUBDIR+= pam-saml +SUBDIR+= pam_ssh_agent_auth SUBDIR+= pcsc-lite SUBDIR+= pcsc-tools SUBDIR+= pgp2 |