diff options
author | wiz <wiz@pkgsrc.org> | 2005-07-31 01:06:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-07-31 01:06:43 +0000 |
commit | 90a1b67a06d253bda3b408b9f9a83e181cdd9ca6 (patch) | |
tree | 8a4391fc376a146dcfcd65dd8be5b5cf5628c2a7 /security | |
parent | 305fc30a84eca8a63eff111c3b726849cd676818 (diff) | |
download | pkgsrc-90a1b67a06d253bda3b408b9f9a83e181cdd9ca6.tar.gz |
Add and enable pwsafe.
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 97e20ce0445..5ac42218d2b 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.243 2005/07/20 03:29:10 schmonz Exp $ +# $NetBSD: Makefile,v 1.244 2005/07/31 01:06:43 wiz Exp $ # COMMENT= Security tools @@ -181,6 +181,7 @@ SUBDIR+= priv SUBDIR+= prngd SUBDIR+= pscan SUBDIR+= putty +SUBDIR+= pwsafe SUBDIR+= py-OpenSSL SUBDIR+= py-amkCrypto SUBDIR+= py-crack |