diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-08 13:33:00 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-08 13:33:00 +0000 |
commit | 1d2172d4454aeea050e69fa0ff766a4e4df435e3 (patch) | |
tree | d694dce5bdf7758cc3c531ccd65dc63c518bcb33 /textproc/Makefile | |
parent | 9517617847b80a5dc5a69b8995cc042ffda88d5c (diff) |
Add sary, a suffix array library and tools, which provide fast
full-text search.
Notes
Notes:
svn path=/head/; revision=67636
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 228fd5ab9f31..6c4b62740e40 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -325,6 +325,7 @@ SUBDIR += rxp SUBDIR += sablotron SUBDIR += sarep + SUBDIR += sary SUBDIR += saxon SUBDIR += scr2txt SUBDIR += scrollkeeper |