diff options
author | wiz <wiz@pkgsrc.org> | 2008-10-08 18:07:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-10-08 18:07:33 +0000 |
commit | 1ef056794e3575bcecefb219432010cda4d47b15 (patch) | |
tree | 885ff61b40b77248653b0a1178d531fc537c9b41 /archivers | |
parent | 03aec845a43fae177a054ea3a254f6436af3b3e4 (diff) | |
download | pkgsrc-1ef056794e3575bcecefb219432010cda4d47b15.tar.gz |
+ lzma-utils.
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 3a9ae742584..493689ee32b 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.107 2008/09/04 12:27:53 obache Exp $ +# $NetBSD: Makefile,v 1.108 2008/10/08 18:07:33 wiz Exp $ # COMMENT= Archivers @@ -38,6 +38,7 @@ SUBDIR+= libcomprex SUBDIR+= liblzo SUBDIR+= libzip SUBDIR+= lzma +SUBDIR+= lzma-utils SUBDIR+= lzmalib SUBDIR+= lzo SUBDIR+= lzop |