diff options
author | mjl <mjl@pkgsrc.org> | 2001-11-30 15:18:00 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-11-30 15:18:00 +0000 |
commit | 86d7939b75e3a18d5e6e704aec481df2a850ead0 (patch) | |
tree | e065d7cb4d7b8a1c7167a65694a6eef3462072f3 /security/Makefile | |
parent | a769d1ecd8726f5eb93f181bf551e857ec74cee2 (diff) | |
download | pkgsrc-86d7939b75e3a18d5e6e704aec481df2a850ead0.tar.gz |
Enable p5-Digest-HMAC
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 3292c68af7d..bd03181097e 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.93 2001/10/22 06:57:46 martti Exp $ +# $NetBSD: Makefile,v 1.94 2001/11/30 15:18:00 mjl Exp $ # COMMENT= Security tools @@ -57,6 +57,7 @@ SUBDIR+= p5-Crypt-RSA SUBDIR+= p5-Crypt-Random SUBDIR+= p5-Crypt-Rijndael SUBDIR+= p5-Crypt-Twofish +SUBDIR+= p5-Digest-HMAC SUBDIR+= p5-Digest-MD2 SUBDIR+= p5-Digest-MD4 SUBDIR+= p5-Digest-MD5 |