diff options
author | mjl <mjl@pkgsrc.org> | 2001-09-20 00:57:40 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-09-20 00:57:40 +0000 |
commit | b796628c81145e27d69adbf94128b2a293f6d471 (patch) | |
tree | f5bf83e51806c8a7a942571c46e43e6377ea7e5a /security/Makefile | |
parent | 5e8ac72e1ad4f4bf0851037a0a4b7cf467c1194b (diff) | |
download | pkgsrc-b796628c81145e27d69adbf94128b2a293f6d471.tar.gz |
Enable p5-Crypt-{Twofish,Rijndael,RIPEMD160}
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 5865d1c8a81..4aafa5669cb 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.87 2001/09/19 03:21:24 mjl Exp $ +# $NetBSD: Makefile,v 1.88 2001/09/20 00:57:40 mjl Exp $ # COMMENT= Security tools @@ -47,6 +47,9 @@ SUBDIR+= p0f SUBDIR+= p5-Crypt-Blowfish SUBDIR+= p5-Crypt-CBC SUBDIR+= p5-Crypt-DES +SUBDIR+= p5-Crypt-Twofish +SUBDIR+= p5-Crypt-Rijndael +SUBDIR+= p5-Crypt-RIPEMD160 SUBDIR+= p5-Digest-MD2 SUBDIR+= p5-Digest-MD4 SUBDIR+= p5-Digest-MD5 |