diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2007-08-14 23:23:38 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2007-08-14 23:23:38 +0800 |
commit | f3c121548d04485662258402929fa60e6a973b8f (patch) | |
tree | f12e4fbefca1d3d4a9bb15b81e63da96b5334da1 /archivers/Makefile | |
parent | f06361e44d7b9d1178bae92fcc38b620f39d1ed5 (diff) | |
download | freebsd-ports-graphics-f3c121548d04485662258402929fa60e6a973b8f.tar.gz freebsd-ports-graphics-f3c121548d04485662258402929fa60e6a973b8f.tar.zst freebsd-ports-graphics-f3c121548d04485662258402929fa60e6a973b8f.zip |
Add unmass, a tool to extract game archives such as wad, dar, mea exe's and many
more.
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 dd72c94a338..e4a52164cfa 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -136,6 +136,7 @@ SUBDIR += unfoo SUBDIR += unlzx SUBDIR += unmakeself + SUBDIR += unmass SUBDIR += unrar SUBDIR += unshield SUBDIR += untar |