diff options
author | abs <abs@pkgsrc.org> | 2007-03-12 11:52:46 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-03-12 11:52:46 +0000 |
commit | be13260407f18eba94eb192af1c8bee3e6b039ab (patch) | |
tree | 94ca65907a71df6264915612033febf32cb3b4b3 /security/Makefile | |
parent | 7bb88b7874f80db607f3b56797f423f9188c7978 (diff) | |
download | pkgsrc-be13260407f18eba94eb192af1c8bee3e6b039ab.tar.gz |
add p5-Crypt-GeneratePassword
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 962a7954864..98a25e68a45 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.289 2007/03/09 13:28:14 abs Exp $ +# $NetBSD: Makefile,v 1.290 2007/03/12 11:52:46 abs Exp $ # COMMENT= Security tools @@ -144,8 +144,10 @@ SUBDIR+= p5-Crypt-CBC SUBDIR+= p5-Crypt-CipherSaber SUBDIR+= p5-Crypt-DES SUBDIR+= p5-Crypt-DES_EDE3 +SUBDIR+= p5-Crypt-CBC SUBDIR+= p5-Crypt-DH SUBDIR+= p5-Crypt-DSA +SUBDIR+= p5-Crypt-GeneratePassword SUBDIR+= p5-Crypt-IDEA SUBDIR+= p5-Crypt-OpenPGP SUBDIR+= p5-Crypt-OpenSSL-Bignum |