aboutsummaryrefslogtreecommitdiff
path: root/archivers/Makefile
blob: 5b531809cfd0ddc9abb590bb7a9404fd7f535358 (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
24
25
26
27
28
29
# $FreeBSD$
#

    SUBDIR += arc
    SUBDIR += bzip
    SUBDIR += bzip2
    SUBDIR += deepforest
    SUBDIR += freeze
    SUBDIR += gshar+gunshar
    SUBDIR += ha
    SUBDIR += hpack.non-usa.only
    SUBDIR += lha
    SUBDIR += linux_rar
    SUBDIR += lzo
    SUBDIR += makeself
    SUBDIR += nulib
    SUBDIR += p5-Compress-Zlib
    SUBDIR += pkzip
    SUBDIR += rar
    SUBDIR += unace
    SUBDIR += unarj
    SUBDIR += unrar
    SUBDIR += unzip
    SUBDIR += unzip.with_encryption
    SUBDIR += zip
    SUBDIR += zip.with_encryption
    SUBDIR += zoo

.include <bsd.port.subdir.mk>