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 | 9c3bccd7377e0382147d97894a23f18a6802063a (patch) | |
tree | 51d442ef3baa886e014df0b6092da4327800b4f9 /security/Makefile | |
parent | 66c5ed3222c04020b5730131172ae51cacc00fa9 (diff) | |
download | pkgsrc-9c3bccd7377e0382147d97894a23f18a6802063a.tar.gz |
Enable p5-Digest
Diffstat (limited to 'security/Makefile')
-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 |