diff options
author | taca <taca> | 2001-07-01 13:48:15 +0000 |
---|---|---|
committer | taca <taca> | 2001-07-01 13:48:15 +0000 |
commit | 01c839ab44d5bb2387bc7f93e0864b84a1cc47c9 (patch) | |
tree | b4836969539332b1ed598661becfba5a83bc0325 /security/Makefile | |
parent | 2adf12f2f86d95dc161addd8aef7ab28d59fa0f3 (diff) | |
download | pkgsrc-01c839ab44d5bb2387bc7f93e0864b84a1cc47c9.tar.gz |
Add and enable ruby-acl, ruby-sha1, ruby-ssl and ruby-tcpwrap.
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index f9ec0ebbb70..1dc712fee4f 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.81 2001/06/30 14:20:03 taca Exp $ +# $NetBSD: Makefile,v 1.82 2001/07/01 13:48:15 taca Exp $ # COMMENT= Security tools @@ -62,7 +62,11 @@ SUBDIR+= rats SUBDIR+= rc5des SUBDIR+= rid SUBDIR+= rsaref +SUBDIR+= ruby-acl SUBDIR+= ruby-md5 +SUBDIR+= ruby-sha1 +SUBDIR+= ruby-ssl +SUBDIR+= ruby-tcpwrap SUBDIR+= scanssh SUBDIR+= smimemsg SUBDIR+= smtpd |