diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-29 11:12:02 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-29 11:12:02 +0000 |
commit | 82f34cee44e22e59bc8227d7196564ab16066b8c (patch) | |
tree | 23389ceacedc095919bfa57c4901e7e32638f184 /archivers/Makefile | |
parent | 647df4c5e970798838dc39915c36d6fd4f325665 (diff) |
add lbrate
Extract/decompress CP/M LBR archives
PR: 30087
Submitted by: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
Notes
Notes:
svn path=/head/; revision=47078
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 126d63700343..533fce412967 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -14,6 +14,7 @@ SUBDIR += gtar SUBDIR += ha SUBDIR += hpack.non-usa.only + SUBDIR += lbrate SUBDIR += lha SUBDIR += libarc SUBDIR += libcabinet |