summaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-01-03 23:26:02 +0000
committerWill Andrews <will@FreeBSD.org>2001-01-03 23:26:02 +0000
commitc6b6c065ac5c0b024d23e89c4361c5a43885e3d1 (patch)
treedcbd36cf08d5ba50627a7fba7a58cb14fd2723a2 /security/Makefile
parentAdd p5-Crypt-CipherSaber 0.50, perl module providing an OO interface to (diff)
Add p5-Crypt-ECB 1.1, perl module implementing the ECB encryption
algorithm.
Notes
Notes: svn path=/head/; revision=36701
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 0ea429d146d6..bf093c64e0e4 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -77,6 +77,7 @@
SUBDIR += p5-Crypt-CBC
SUBDIR += p5-Crypt-CipherSaber
SUBDIR += p5-Crypt-DES
+ SUBDIR += p5-Crypt-ECB
SUBDIR += p5-Crypt-IDEA
SUBDIR += p5-Crypt-SSLeay
SUBDIR += p5-Digest-MD5