diff options
author | wiz <wiz> | 2002-01-03 12:25:27 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-01-03 12:25:27 +0000 |
commit | e5fa8a5f8517b57f06804c33a58e6329c70f436a (patch) | |
tree | 0c2a41eb2852802a0e550ea48df448f2d08c79a5 /security/Makefile | |
parent | 928ea389cac99204359f1b41103b485650d3916f (diff) | |
download | pkgsrc-e5fa8a5f8517b57f06804c33a58e6329c70f436a.tar.gz |
Add and enable ruby-digest.
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 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 |