diff options
author | taca <taca@pkgsrc.org> | 2001-07-01 13:48:15 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2001-07-01 13:48:15 +0000 |
commit | 007382edc5f0779f76ecd71b8e9d02c742b4aa23 (patch) | |
tree | b4836969539332b1ed598661becfba5a83bc0325 /security/Makefile | |
parent | 161752e2dcc4a0c8a24b258c3228bc0e1360dac4 (diff) | |
download | pkgsrc-007382edc5f0779f76ecd71b8e9d02c742b4aa23.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 |