diff options
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile new file mode 100644 index 00000000000..afbc86eba23 --- /dev/null +++ b/archivers/Makefile @@ -0,0 +1,22 @@ +# $Id: Makefile,v 1.1.1.1 1997/10/27 02:18:56 hubertf Exp $ +# + + SUBDIR += arc + SUBDIR += bzip + 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> |