diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-05-06 14:30:10 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-05-06 14:30:10 +0000 |
commit | ca07c782ada293173a8c2a7f868c7dda049cafb8 (patch) | |
tree | 099b44c224065de45f25c9503995cd276d911345 /archivers | |
parent | aa8ad22c50e4e40d16dfd309e4764c6d4d3baa02 (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 81c58239c496..466c1d497313 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,9 +1,10 @@ -# $Id: Makefile,v 1.21 1999/04/02 04:19:42 steve Exp $ +# $Id: Makefile,v 1.22 1999/04/30 04:41:53 taoka Exp $ # SUBDIR += arc SUBDIR += bzip SUBDIR += bzip2 + SUBDIR += deepforest SUBDIR += freeze SUBDIR += gshar+gunshar SUBDIR += ha |