diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2003-02-01 04:41:32 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2003-02-01 04:41:32 +0000 |
commit | bb332e443186607cf41eeaebfe7036ee4872f856 (patch) | |
tree | 80b769320842be38d32a75a7dbf879970a65a7e7 /devel/Makefile | |
parent | Variable substitution library. (diff) |
Data buffer that can move, assemble, and truncate chunks of data without
any copying.
Notes
Notes:
svn path=/head/; revision=74408
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 7f5675121387..28e7ce87cff5 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -410,6 +410,7 @@ SUBDIR += oniguruma SUBDIR += openzz SUBDIR += orbitcpp + SUBDIR += ossp-al SUBDIR += ossp-ex SUBDIR += ossp-l2 SUBDIR += ossp-mm |