diff options
author | will <will@FreeBSD.org> | 2000-06-03 04:42:52 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-06-03 04:42:52 +0000 |
commit | 1ec9e3d9817795ce6dadf82a60b481513b79ef3a (patch) | |
tree | 061a76d8b24fb3777af26f68655a172f118f0a4e /archivers/Makefile | |
parent | 4c121de9cf78d9b0a3811494652a005f97691113 (diff) | |
download | FreeBSD-ports-1ec9e3d9817795ce6dadf82a60b481513b79ef3a.zip FreeBSD-ports-1ec9e3d9817795ce6dadf82a60b481513b79ef3a.tar.gz |
Add unlzx, an utility which can extract LZX archives from Amiga systems.
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 5d3ab41..6018101 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -24,6 +24,7 @@ SUBDIR += rar SUBDIR += unace SUBDIR += unarj + SUBDIR += unlzx SUBDIR += unrar SUBDIR += unzip SUBDIR += zip |