From a834cc16dfb5ca83cb00a093b6029a1ce622a9b6 Mon Sep 17 00:00:00 2001 From: steven Date: Tue, 1 May 2007 09:42:58 +0000 Subject: [PATCH] +p5-Compress-Raw-Zlib --- archivers/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/archivers/Makefile b/archivers/Makefile index 543efda934f..a13d416eb55 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.32 2007/05/01 08:34:45 steven Exp $ +# $OpenBSD: Makefile,v 1.33 2007/05/01 09:42:58 steven Exp $ SUBDIR += arc SUBDIR += bzip @@ -23,6 +23,7 @@ SUBDIR += p5-Archive-Tar SUBDIR += p5-Archive-Zip SUBDIR += p5-Compress-LZO + SUBDIR += p5-Compress-Raw-Zlib SUBDIR += p5-Compress-Zlib SUBDIR += p5-IO-Compress-Base SUBDIR += p5-IO-Zlib