From 4fa7e5a3a0d2b4852ecea63b4a38de1554845c84 Mon Sep 17 00:00:00 2001 From: Jean-Yves Lefort Date: Wed, 8 Jun 2005 12:08:09 +0000 Subject: Add gzrecover. Gzrecover attempts to skip over bad data in a gzip archive. It will try to to skip over bad data and extract whatever files might be there. WWW: http://www.urbanophile.com/arenn/hacking/gzrt/ PR: ports/81840 Submitted by: Emanuel Haupt --- archivers/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'archivers/Makefile') diff --git a/archivers/Makefile b/archivers/Makefile index 2efeb6d938d8..65bf90ac0d07 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -23,6 +23,7 @@ SUBDIR += freeze SUBDIR += gtar SUBDIR += gzip + SUBDIR += gzrecover SUBDIR += ha SUBDIR += hffzip SUBDIR += hpack.non-usa.only -- cgit v1.2.3