diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-09-03 22:47:23 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-09-03 22:47:23 +0000 |
commit | 93b03fccc397ed2363af3a76349314ac833a7f01 (patch) | |
tree | 191e2df96072a062c67799114d11fc6fe934ca30 /security | |
parent | f65b2ffe2916458917bd34bceadb1f1a63425c4d (diff) | |
download | pkgsrc-93b03fccc397ed2363af3a76349314ac833a7f01.tar.gz |
Added security/bcrypt
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 5ac42218d2b..a0ad9e49615 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.244 2005/07/31 01:06:43 wiz Exp $ +# $NetBSD: Makefile,v 1.245 2005/09/03 22:47:23 xtraeme Exp $ # COMMENT= Security tools @@ -18,6 +18,7 @@ SUBDIR+= apg SUBDIR+= arirang SUBDIR+= audit-packages SUBDIR+= avcheck +SUBDIR+= bcrypt SUBDIR+= beecrypt SUBDIR+= bitstir SUBDIR+= cfs |