From 93d194d66f11f74949803402f87f010a204f02ac Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 3 Aug 2007 15:12:43 +0000 Subject: The forced disabling of zlib and bzip2 was meant for testing only, remove it. *blink* --- pkgtools/pkg_install/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'pkgtools/pkg_install/Makefile') diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 151280d475c..a0b986f055c 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.137 2007/08/03 13:15:58 joerg Exp $ +# $NetBSD: Makefile,v 1.138 2007/08/03 15:12:43 joerg Exp $ # Notes to package maintainers: # @@ -90,9 +90,6 @@ SUBST_SED.paths= -e 's,_gzcat_,${GZCAT},g' .include "../../archivers/libarchive/builtin.mk" .include "../../devel/zlib/builtin.mk" -USE_BUILTIN.bzip2= no -USE_BUILTIN.zlib= no - .if empty(USE_BUILTIN.bzip2:M[yY][eE][sS]) || \ empty(USE_BUILTIN.zlib:M[yY][eE][sS]) USE_BUILTIN.libarchive= no -- cgit v1.2.3