diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-11 14:27:23 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-11 14:27:23 +0000 |
commit | 0bd5d5addb34884472eaec6463708e70d5b58da5 (patch) | |
tree | a4ef7cb5828745d260d97cca2474e66f009b0a88 /archivers/Makefile | |
parent | b6d66a5c13d8312843afae2a55afda4f6ceba3e4 (diff) |
Gzip (GNU zip) is a compression utility designed to be a replacement
for compress. Its main advantages over compress are much better
compression and freedom from patented algorithms.
WWW: http://www.gzip.org/
Devel version imported, see discussion in ports/
PR: 41061
Submitted by: cyrille.lefevre@laposte.net
Notes
Notes:
svn path=/head/; revision=66134
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 85aa174dd240..f05b81c9f7f2 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -14,6 +14,7 @@ SUBDIR += freeze SUBDIR += gshar+gunshar SUBDIR += gtar + SUBDIR += gzip SUBDIR += ha SUBDIR += hpack.non-usa.only SUBDIR += lbrate |