diff options
author | agc <agc> | 1998-01-27 16:58:19 +0000 |
---|---|---|
committer | agc <agc> | 1998-01-27 16:58:19 +0000 |
commit | 56bc28a43978d2797a5514a0c91038c873f32e91 (patch) | |
tree | 8260f15b9bded774d6c59b6685f082a3d8bfeb44 /archivers/Makefile | |
parent | 4fa154691857c0a6a18a7bbb8e79a15c0d57e412 (diff) | |
download | pkgsrc-56bc28a43978d2797a5514a0c91038c873f32e91.tar.gz |
Deprecate bzip - according to the author, the algorithm may have
restrictions placed upon it. Users should be using bzip2 instead,
which has no such restrictions. As pointed out by Charles Hannum.
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index d5d780e180d..a8f2e88770a 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 1998/01/09 10:07:23 agc Exp $ +# $NetBSD: Makefile,v 1.6 1998/01/27 16:58:19 agc Exp $ # FreeBSD Id: Makefile,v 1.18 1997/05/16 01:42:31 asami Exp # SUBDIR += arc - SUBDIR += bzip +# SUBDIR += bzip SUBDIR += bzip2 SUBDIR += freeze # SUBDIR += gshar+gunshar |