pkgsrc/archivers/Makefile
agc 1a4136ab59 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.
1998-01-27 16:58:19 +00:00

24 lines
567 B
Makefile

# $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 += bzip2
SUBDIR += freeze
# SUBDIR += gshar+gunshar
SUBDIR += ha
# SUBDIR += hpack.non-usa.only
SUBDIR += lha
# SUBDIR += nulib
# SUBDIR += p5-Compress-Zlib
SUBDIR += rar
SUBDIR += unarj
SUBDIR += unrar
SUBDIR += unzip
# SUBDIR += unzip.with_encryption
SUBDIR += zip
# SUBDIR += zip.with_encryption
SUBDIR += zoo
.include <bsd.port.subdir.mk>