diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-11-20 08:21:26 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-11-20 08:21:26 +0000 |
commit | e45b68a2fc4ffbfaf801ef34d7de4500c5faa9f2 (patch) | |
tree | 388548ee1a2b97f22897234675b21f770afa1a0a /archivers | |
parent | 8c43e0b76f0061eb148b3fd54a59caeb52778d6e (diff) |
Notes
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 5f11013cd138..bd74ba0c3ae4 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,8 +1,9 @@ -# $Id: Makefile,v 1.17 1997/04/26 23:50:06 asami Exp $ +# $Id: Makefile,v 1.18 1997/05/16 01:42:31 asami Exp $ # SUBDIR += arc SUBDIR += bzip + SUBDIR += bzip2 SUBDIR += freeze SUBDIR += gshar+gunshar SUBDIR += ha |