diff options
author | Max Khon <fjoe@FreeBSD.org> | 2004-02-17 03:05:13 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2004-02-17 03:05:13 +0000 |
commit | 45eebd566c5ab44d538bf10ed87eaea2dcfb05f9 (patch) | |
tree | 2667b9621b928eec912e441215b83864391db2a7 /archivers/Makefile | |
parent | 814c4bc578ae1eef3d8fcec3301f941137eec0b2 (diff) |
New port: upx 1.24
UPX is a free, portable, extendable, high-performance executable
packer for several different executable formats. It achieves an
excellent compression ratio and offers very fast decompression.
Notes
Notes:
svn path=/head/; revision=101134
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 2a887c70a39d..3d650278f123 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -70,6 +70,7 @@ SUBDIR += unrar SUBDIR += untar SUBDIR += unzip + SUBDIR += upx SUBDIR += wzip SUBDIR += xdms SUBDIR += xmill |