diff options
author | heinz <heinz@pkgsrc.org> | 2003-12-10 21:39:28 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2003-12-10 21:39:28 +0000 |
commit | f36e96e218fe593a92644edb7d9ffab8bb4d09b8 (patch) | |
tree | 51d442ef3baa886e014df0b6092da4327800b4f9 | |
parent | 338162582fb138ae5f2e10d3f042a6f01db3f85b (diff) | |
download | pkgsrc-f36e96e218fe593a92644edb7d9ffab8bb4d09b8.tar.gz |
Enable p5-Digest
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index e4dd1b3bd0a..524c93f3b4c 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.149 2003/12/08 17:46:45 jschauma Exp $ +# $NetBSD: Makefile,v 1.150 2003/12/10 21:39:28 heinz Exp $ # COMMENT= Security tools @@ -92,6 +92,7 @@ SUBDIR+= p5-Crypt-RSA SUBDIR+= p5-Crypt-Random SUBDIR+= p5-Crypt-Rijndael SUBDIR+= p5-Crypt-Twofish +SUBDIR+= p5-Digest SUBDIR+= p5-Digest-BubbleBabble SUBDIR+= p5-Digest-HMAC SUBDIR+= p5-Digest-MD2 |