diff options
author | tv <tv@pkgsrc.org> | 1999-05-22 21:11:28 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-22 21:11:28 +0000 |
commit | 4581aa172317ce0e750e63f0b37cc2e26ab42c62 (patch) | |
tree | 9f94a30b28414603531dd2aae6210ff2ff181546 /archivers | |
parent | 0e66bcc9ea52496e5da9ee793d3f9d20ea2801ef (diff) | |
download | pkgsrc-4581aa172317ce0e750e63f0b37cc2e26ab42c62.tar.gz |
Add and enable unlzx.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index b272d888a75..3b16b0b7ece 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1999/05/22 20:58:48 tv Exp $ +# $NetBSD: Makefile,v 1.12 1999/05/22 21:11:28 tv Exp $ # FreeBSD Id: Makefile,v 1.18 1997/05/16 01:42:31 asami Exp # @@ -17,6 +17,7 @@ SUBDIR += rar SUBDIR += squsq SUBDIR += unarj + SUBDIR += unlzx SUBDIR += unrar SUBDIR += unzip SUBDIR += zip |