diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-10-27 02:18:56 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-10-27 02:18:56 +0000 |
commit | 8b564b5192b294067cb0130be5d93572a73a8d50 (patch) | |
tree | aa7fd087d6bcf69328ebc37067c429ed69a80a4c /archivers/Makefile | |
parent | 78879a265da1d7043bcd319b2f1b34fb6177b5de (diff) | |
download | pkgsrc-8b564b5192b294067cb0130be5d93572a73a8d50.tar.gz |
File archivers, ports from FreeBSD
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> |