diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-04-03 00:10:39 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-04-03 00:10:39 +0800 |
commit | 145e4b9b99b48535f47129b6dc6f2dd707f33156 (patch) | |
tree | a6677717a49f894d8cf06837f37f26a69f2e57b1 /devel/Makefile | |
parent | d479dcb23754a8092c48f496afd82093741c592b (diff) | |
download | freebsd-ports-graphics-145e4b9b99b48535f47129b6dc6f2dd707f33156.tar.gz freebsd-ports-graphics-145e4b9b99b48535f47129b6dc6f2dd707f33156.tar.zst freebsd-ports-graphics-145e4b9b99b48535f47129b6dc6f2dd707f33156.zip |
This C library provides functions for manipulating in memory hash tables
(aka associative arrays). Data is stored as void *'s so any data structure
can be stored.
PR: 33859
Submitted by: andrew@ugh.net.au
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 0d42d3c5288..6bd84c7c75b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -256,6 +256,7 @@ SUBDIR += libglade2 SUBDIR += libgnugetopt SUBDIR += libgtop + SUBDIR += libhash SUBDIR += libmalloc SUBDIR += libmcve SUBDIR += libol |