diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-02 22:45:57 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-02 22:45:57 +0000 |
commit | 3ca66f39eed744ec6870c281bc01838454524eed (patch) | |
tree | e684cacd88dd4f82936856211ba8e68c83311dc4 | |
parent | Add missing file. (diff) |
Add liblzo, a portable lossless data compression library written in ANSI C.
Obtained from: NetBSD
Notes
Notes:
svn path=/head/; revision=29121
-rw-r--r-- | archivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index adacb8867993..1a19e8ddf7c2 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -11,6 +11,7 @@ SUBDIR += ha SUBDIR += hpack.non-usa.only SUBDIR += lha + SUBDIR += liblzo SUBDIR += linux_rar SUBDIR += lzo SUBDIR += makeself |