summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authormjl <mjl>2001-09-20 00:57:40 +0000
committermjl <mjl>2001-09-20 00:57:40 +0000
commit9f6ca0e4ba7af9676a53bbdb62231af6e2a778ba (patch)
treef5bf83e51806c8a7a942571c46e43e6377ea7e5a /security
parentc009206c1bdb8876f55943814bc7578767a86922 (diff)
downloadpkgsrc-9f6ca0e4ba7af9676a53bbdb62231af6e2a778ba.tar.gz
Enable p5-Crypt-{Twofish,Rijndael,RIPEMD160}
Diffstat (limited to 'security')
-rw-r--r--security/Makefile5
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