diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-05-15 19:23:38 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-05-15 19:23:38 +0000 |
commit | 8dabf8db723ce5277241586183ac7d14e8f2d25e (patch) | |
tree | bac7f73d829761ebb54b2310b018579976e81406 /archivers | |
parent | RAR archiver binary port (diff) |
Add rar
Notes
Notes:
svn path=/head/; revision=3087
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 1adf76f31878..5833100d800b 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.8 1996/04/12 08:16:04 asami Exp $ +# $Id: Makefile,v 1.9 1996/04/12 08:47:53 asami Exp $ # SUBDIR += arc @@ -6,6 +6,7 @@ SUBDIR += ha SUBDIR += hpack.non-usa.only SUBDIR += lha + SUBDIR += rar SUBDIR += unarj SUBDIR += unrar SUBDIR += unzip |