diff options
author | markd <markd@pkgsrc.org> | 2012-03-20 05:57:07 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2012-03-20 05:57:07 +0000 |
commit | 8bda9fec69ffe8397693f8cc1bbb7b50e44e8709 (patch) | |
tree | 468963cf8bd75ffd59eee5c9e8505e751dfc2587 | |
parent | 4ce631865415d085343bf8dde2ae649bcad286b4 (diff) | |
download | pkgsrc-8bda9fec69ffe8397693f8cc1bbb7b50e44e8709.tar.gz |
add ksecrets, kwallet
-rw-r--r-- | security/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index dcb2c135d15..072f80fc277 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.427 2012/03/13 15:36:37 pettai Exp $ +# $NetBSD: Makefile,v 1.428 2012/03/20 05:57:07 markd Exp $ # COMMENT= Security tools @@ -96,9 +96,11 @@ SUBDIR+= john SUBDIR+= keepassx SUBDIR+= keychain SUBDIR+= knc +SUBDIR+= ksecrets SUBDIR+= kssh SUBDIR+= kstart SUBDIR+= kth-krb4 +SUBDIR+= kwallet SUBDIR+= lasso SUBDIR+= libassuan SUBDIR+= libassuan2 |