diff options
author | ache <ache@FreeBSD.org> | 1996-05-16 03:23:38 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-05-16 03:23:38 +0800 |
commit | 59fda4cffd92220d4d74bf724e8d8c0ce8e899ca (patch) | |
tree | 022b5f993d62e4285ecc189441ed2d4f81a1bae7 /archivers/Makefile | |
parent | 37b20d97e92dfdc6e53af7bb9a6222485102eaa2 (diff) | |
download | freebsd-ports-gnome-59fda4cffd92220d4d74bf724e8d8c0ce8e899ca.tar.gz freebsd-ports-gnome-59fda4cffd92220d4d74bf724e8d8c0ce8e899ca.tar.zst freebsd-ports-gnome-59fda4cffd92220d4d74bf724e8d8c0ce8e899ca.zip |
Add rar
Diffstat (limited to 'archivers/Makefile')
-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 |