27 lines
632 B
Makefile
27 lines
632 B
Makefile
# $NetBSD: Makefile,v 1.7 1998/03/19 14:10:22 frueauf Exp $
|
|
# FreeBSD Id: Makefile,v 1.18 1997/05/16 01:42:31 asami Exp
|
|
#
|
|
|
|
SUBDIR += arc
|
|
# SUBDIR += bzip
|
|
SUBDIR += bzip2
|
|
SUBDIR += freeze
|
|
SUBDIR += gcpio
|
|
# SUBDIR += gshar+gunshar
|
|
SUBDIR += gtar
|
|
SUBDIR += ha
|
|
# SUBDIR += hpack.non-usa.only
|
|
SUBDIR += lha
|
|
SUBDIR += macutil
|
|
# 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>
|