diff options
author | osa <osa@FreeBSD.org> | 2003-06-21 20:32:55 +0000 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-06-21 20:32:55 +0000 |
commit | 00d522b5ccd518c5c8d8e9124c5c403a9026e8eb (patch) | |
tree | 6db8ea91e99215eb4c5f720ffab2724176ff6085 /devel/Makefile | |
parent | 177d219e3560fc1b11d4383bcad8f040d1dc88e4 (diff) | |
download | FreeBSD-ports-00d522b5ccd518c5c8d8e9124c5c403a9026e8eb.zip FreeBSD-ports-00d522b5ccd518c5c8d8e9124c5c403a9026e8eb.tar.gz |
Add libhoard - fast, scalable and memory-efficient
allocator for multiprocessors.
Approved by: fjoe (mentor) (implicit)
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 22af1bd..967fc65 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -330,6 +330,7 @@ SUBDIR += libgtop SUBDIR += libgtop2 SUBDIR += libhash + SUBDIR += libhoard SUBDIR += libical SUBDIR += libmba SUBDIR += libmcve |