diff options
author | will <will@FreeBSD.org> | 2000-06-02 22:58:15 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-06-02 22:58:15 +0000 |
commit | 1ea8613276210065a35f60574c882a2eb975183e (patch) | |
tree | 42e05748cdb30f4586ecda847bdb39ead22adfd2 /archivers/Makefile | |
parent | b09a970e08c65943e1cb972563b4a4c7e11780c2 (diff) | |
download | FreeBSD-ports-1ea8613276210065a35f60574c882a2eb975183e.zip FreeBSD-ports-1ea8613276210065a35f60574c882a2eb975183e.tar.gz |
Add lzop, a fast file compressor similar to gzip that uses the LZO lib.
Obtained from: NetBSD
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 1a19e8d..0ca5825 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -14,6 +14,7 @@ SUBDIR += liblzo SUBDIR += linux_rar SUBDIR += lzo + SUBDIR += lzop SUBDIR += makeself SUBDIR += mscompress SUBDIR += nulib |