summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authoragc <agc>1998-01-27 16:58:19 +0000
committeragc <agc>1998-01-27 16:58:19 +0000
commitdc4f44954442e11b0421f76ebe2709721fb306af (patch)
tree8260f15b9bded774d6c59b6685f082a3d8bfeb44 /archivers
parentbfd6ecbe45667ff76d4b7ad0ac7004c4e353994b (diff)
downloadpkgsrc-dc4f44954442e11b0421f76ebe2709721fb306af.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')
-rw-r--r--archivers/Makefile4
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