From 1a4136ab59e076813be488f5908b38c6eca4d56f Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 27 Jan 1998 16:58:19 +0000 Subject: 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. --- archivers/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archivers') 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 -- cgit v1.2.3