diff options
author | tonnerre <tonnerre> | 2013-04-10 09:26:25 +0000 |
---|---|---|
committer | tonnerre <tonnerre> | 2013-04-10 09:26:25 +0000 |
commit | 16ef638f808c0702608d73f7ba9c644bb76ec135 (patch) | |
tree | a6e4be538377036ec0b81257e2bc50a56afb5506 /security | |
parent | fb0b0a5e662ddf370822bb5c411dccba214748d9 (diff) | |
download | pkgsrc-16ef638f808c0702608d73f7ba9c644bb76ec135.tar.gz |
Add ruby-shadow to the security/ Makefile.
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 d00ca6587db..3e97c327e76 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.462 2013/04/03 10:57:07 markd Exp $ +# $NetBSD: Makefile,v 1.463 2013/04/10 09:26:25 tonnerre Exp $ # COMMENT= Security tools @@ -354,6 +354,7 @@ SUBDIR+= ruby-oauth SUBDIR+= ruby-password SUBDIR+= ruby-rc4 SUBDIR+= ruby-roauth +SUBDIR+= ruby-shadow SUBDIR+= ruby-simple_oauth SUBDIR+= ruby-soauth SUBDIR+= ruby-tcpwrap |