diff options
author | pettai <pettai@pkgsrc.org> | 2012-10-17 22:18:56 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2012-10-17 22:18:56 +0000 |
commit | 1c3d93786539dc389ae29ce7b03a97e581677ee2 (patch) | |
tree | 29ad81c76e75fbf78c8f362d66de28a7e07147af /security | |
parent | 2281e8547b4bff4640601653596216adcfdee187 (diff) | |
download | pkgsrc-1c3d93786539dc389ae29ce7b03a97e581677ee2.tar.gz |
Added scrypt
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 57323177d9d..cd7398c3623 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.441 2012/09/20 06:44:29 jaapb Exp $ +# $NetBSD: Makefile,v 1.442 2012/10/17 22:18:56 pettai Exp $ # COMMENT= Security tools @@ -349,6 +349,7 @@ SUBDIR+= ruby-tcpwrap SUBDIR+= ruby-twitter_oauth SUBDIR+= sbd SUBDIR+= scanssh +SUBDIR+= scrypt SUBDIR+= seahorse SUBDIR+= seahorse-plugins SUBDIR+= seccure |