From fed74b730064b7cfc6de92f7657c658891fef0f4 Mon Sep 17 00:00:00 2001 From: martin Date: Sat, 6 Oct 2018 18:52:59 +0000 Subject: [PATCH] Remove duplicate conditional assignment in previous - pointed out by wiz@ --- share/mk/bsd.own.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 28db9b084dfb..84399afbbc96 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.1077 2018/10/06 18:47:29 martin Exp $ +# $NetBSD: bsd.own.mk,v 1.1078 2018/10/06 18:52:59 martin Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -1366,7 +1366,6 @@ USE_XZ_SETS?= yes .else USE_XZ_SETS?= no .endif -USE_XZ_SETS?= no # # TOOL_GZIP and friends. These might refer to TOOL_PIGZ or to the host gzip.