blob: 97a3829f5c834f6f833541b6c2ce0407e1a5bbbf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $Id: Makefile,v 1.14 1996/09/27 11:24:00 andreas Exp $
#
SUBDIR += arc
SUBDIR += bzip
SUBDIR += freeze
SUBDIR += gshar+gunshar
SUBDIR += ha
SUBDIR += hpack.non-usa.only
SUBDIR += lha
SUBDIR += p5-Compress-Zlib
SUBDIR += rar
SUBDIR += unarj
SUBDIR += unrar
SUBDIR += unzip
SUBDIR += unzip.with_encryption
SUBDIR += uudeview
SUBDIR += uudx
SUBDIR += zip
SUBDIR += zip.with_encryption
SUBDIR += zoo
.include <bsd.port.subdir.mk>
|