diff options
author | Scott Mace <smace@FreeBSD.org> | 2002-04-15 18:38:18 +0000 |
---|---|---|
committer | Scott Mace <smace@FreeBSD.org> | 2002-04-15 18:38:18 +0000 |
commit | c3c3d17a5cf4c6f32567832a0e802540804ca41b (patch) | |
tree | 93aa1eb389d714975df1fc4e2b3696d54fa36213 /devel/Makefile | |
parent | - Add a patch from the author that fixes a bug in file name (diff) |
Add libredblack 1.1.0
Library that provides the red-black balanced tree algorithm
Notes
Notes:
svn path=/head/; revision=57727
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 e6ac0dc40a02..f80b40e6fa2b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -262,6 +262,7 @@ SUBDIR += libol SUBDIR += libole2 SUBDIR += liboop + SUBDIR += libredblack SUBDIR += libshhmsg SUBDIR += libshhopt SUBDIR += libsigc++ |