diff options
author | osa <osa@FreeBSD.org> | 2003-06-22 04:32:55 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-06-22 04:32:55 +0800 |
commit | 00d522b5ccd518c5c8d8e9124c5c403a9026e8eb (patch) | |
tree | 6db8ea91e99215eb4c5f720ffab2724176ff6085 /devel/Makefile | |
parent | 177d219e3560fc1b11d4383bcad8f040d1dc88e4 (diff) | |
download | freebsd-ports-graphics-00d522b5ccd518c5c8d8e9124c5c403a9026e8eb.tar.gz freebsd-ports-graphics-00d522b5ccd518c5c8d8e9124c5c403a9026e8eb.tar.zst freebsd-ports-graphics-00d522b5ccd518c5c8d8e9124c5c403a9026e8eb.zip |
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 22af1bd9683..967fc659ce6 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 |