diff options
author | andreas <andreas@FreeBSD.org> | 1996-09-27 11:24:00 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1996-09-27 11:24:00 +0000 |
commit | f3d226e81c14e461234c36e613c65e5215a5dfd8 (patch) | |
tree | 23459506e815ecf130b61a0e4f80fbb7ad10bce8 /archivers | |
parent | 11be13f6db4ad3362a9051bbb444c1473b7e0396 (diff) | |
download | FreeBSD-ports-f3d226e81c14e461234c36e613c65e5215a5dfd8.zip FreeBSD-ports-f3d226e81c14e461234c36e613c65e5215a5dfd8.tar.gz |
added bzip to archivers
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index f9fb05a..ed96953 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,7 +1,8 @@ -# $Id: Makefile,v 1.12 1996/08/09 08:16:50 asami Exp $ +# $Id: Makefile,v 1.13 1996/08/23 06:48:49 tg Exp $ # SUBDIR += arc + SUBDIR += bzip SUBDIR += freeze SUBDIR += gshar+gunshar SUBDIR += ha |