diff options
author | heinz <heinz> | 2003-12-10 21:39:28 +0000 |
---|---|---|
committer | heinz <heinz> | 2003-12-10 21:39:28 +0000 |
commit | b6f79c8e1e79f5eff2945f4bb717c3dc3dddc42d (patch) | |
tree | 51d442ef3baa886e014df0b6092da4327800b4f9 | |
parent | c5a189d77615e07716259a558b77de0cd8a0a5aa (diff) | |
download | pkgsrc-b6f79c8e1e79f5eff2945f4bb717c3dc3dddc42d.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 |