diff options
author | wiz <wiz@pkgsrc.org> | 2015-06-01 12:57:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-06-01 12:57:29 +0000 |
commit | 66f660439d049e61399d4ab4c34bfb8d8ba8e75c (patch) | |
tree | b971b632228cc885655edaa3c49147ab925200c4 /security | |
parent | badc76fa4685ff61e69234bc494fbd3970fbd0d3 (diff) | |
download | pkgsrc-66f660439d049e61399d4ab4c34bfb8d8ba8e75c.tar.gz |
+ gnu-pw-mgr.
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 80d7aa13461..5fc37c0efcf 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.549 2015/05/11 13:27:16 bsiegert Exp $ +# $NetBSD: Makefile,v 1.550 2015/06/01 12:57:29 wiz Exp $ # COMMENT= Security tools @@ -82,6 +82,7 @@ SUBDIR+= gnome-keyring SUBDIR+= gnome-keyring-manager SUBDIR+= gnome-keyring-sharp SUBDIR+= gnu-crypto +SUBDIR+= gnu-pw-mgr SUBDIR+= gnupg SUBDIR+= gnupg-pkcs11-scd SUBDIR+= gnupg2 |