diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-08-22 08:04:04 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-08-22 08:04:04 +0000 |
commit | 50927a3b75d5bbdf85e6b62eb56d22b083883740 (patch) | |
tree | 38f4fa4eb5f37cf045195afdd4a16f83d3d78e5d /devel/Makefile | |
parent | Update to 20010822, which fixes some annoying bugs. (diff) |
Add ruby-avl, AVL tree class for Ruby.
Notes
Notes:
svn path=/head/; revision=46626
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index f53b6b2e3935..341f8e0a1269 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -464,6 +464,7 @@ SUBDIR += rpc2 SUBDIR += rtems-gcc SUBDIR += ruby-amstd + SUBDIR += ruby-avl SUBDIR += ruby-bsearch SUBDIR += ruby-byaccr SUBDIR += ruby-cvs |