diff options
author | wiz <wiz@pkgsrc.org> | 2002-01-03 12:25:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-01-03 12:25:27 +0000 |
commit | 369e94f028696103dad5346d90f798f4d80a2ae4 (patch) | |
tree | 0c2a41eb2852802a0e550ea48df448f2d08c79a5 /security | |
parent | cc8fc92d23da5023e986c6b6e04540a7c0f8c31e (diff) | |
download | pkgsrc-369e94f028696103dad5346d90f798f4d80a2ae4.tar.gz |
Add and enable ruby-digest.
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index a5fc539f60c..584f3e6ffb5 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.97 2002/01/03 10:59:55 agc Exp $ +# $NetBSD: Makefile,v 1.98 2002/01/03 12:25:27 wiz Exp $ # COMMENT= Security tools @@ -86,6 +86,7 @@ SUBDIR+= rc5des SUBDIR+= rid SUBDIR+= rsaref SUBDIR+= ruby-acl +SUBDIR+= ruby-digest SUBDIR+= ruby-md5 SUBDIR+= ruby-sha1 SUBDIR+= ruby-ssl |