diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-13 13:54:31 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-13 13:54:31 +0000 |
commit | 569ae062b44f04f446a1e684ee100f6ba5c8574f (patch) | |
tree | 6b6309f6082fadbbb0f31283b9835d441d6fb9c2 /devel/Makefile | |
parent | Update to version 2.1.13 (diff) |
add libavl
A library for balanced binary trees
Notes
Notes:
svn path=/head/; revision=46194
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 b907cc698848..4b26c25afa7a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -199,6 +199,7 @@ SUBDIR += leoarg SUBDIR += libPropList SUBDIR += libU77 + SUBDIR += libavl SUBDIR += libcache SUBDIR += libcii SUBDIR += libcoro |