diff options
author | billf <billf@FreeBSD.org> | 1998-12-01 23:11:59 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1998-12-01 23:11:59 +0000 |
commit | 46b87787f19f2334840b2987ff5605f7990d355f (patch) | |
tree | 5ef2dd7e0261033f51aee60d8f18b152738c5288 /archivers | |
parent | 7b646cf67c5ffb845b749bb7322213cf24062303 (diff) | |
download | FreeBSD-ports-46b87787f19f2334840b2987ff5605f7990d355f.zip FreeBSD-ports-46b87787f19f2334840b2987ff5605f7990d355f.tar.gz |
Activate lzo
PR: ports/5776
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 bd74ba0..344b9c8 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.18 1997/05/16 01:42:31 asami Exp $ +# $Id: Makefile,v 1.19 1997/11/20 08:21:26 tg Exp $ # SUBDIR += arc @@ -9,6 +9,7 @@ SUBDIR += ha SUBDIR += hpack.non-usa.only SUBDIR += lha + SUBDIR += lzo SUBDIR += nulib SUBDIR += p5-Compress-Zlib SUBDIR += rar |