diff options
author | tv <tv@pkgsrc.org> | 2005-01-11 16:49:16 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-01-11 16:49:16 +0000 |
commit | 38f3b7a3de201a56270ddd6085edb7210504e8b1 (patch) | |
tree | afa0cba79f5e21e47395305f7e3c59abc2579be3 /security | |
parent | 5ae7635fb5816c8cd17b392c4a80b8e1d7e3327c (diff) | |
download | pkgsrc-38f3b7a3de201a56270ddd6085edb7210504e8b1.tar.gz |
+p5-Digest-CRC
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 e387153cad5..1bcfbc74350 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.218 2005/01/10 18:24:59 tv Exp $ +# $NetBSD: Makefile,v 1.219 2005/01/11 16:49:16 tv Exp $ # COMMENT= Security tools @@ -137,6 +137,7 @@ SUBDIR+= p5-Crypt-Rijndael SUBDIR+= p5-Crypt-Twofish SUBDIR+= p5-Digest SUBDIR+= p5-Digest-BubbleBabble +SUBDIR+= p5-Digest-CRC SUBDIR+= p5-Digest-HMAC SUBDIR+= p5-Digest-Hashcash SUBDIR+= p5-Digest-MD2 |