Module Name: src Committed By: martin Date: Sat Oct 6 18:52:59 UTC 2018
Modified Files: src/share/mk: bsd.own.mk Log Message: Remove duplicate conditional assignment in previous - pointed out by wiz@ To generate a diff of this commit: cvs rdiff -u -r1.1077 -r1.1078 src/share/mk/bsd.own.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/mk/bsd.own.mk diff -u src/share/mk/bsd.own.mk:1.1077 src/share/mk/bsd.own.mk:1.1078 --- src/share/mk/bsd.own.mk:1.1077 Sat Oct 6 18:47:29 2018 +++ src/share/mk/bsd.own.mk Sat Oct 6 18:52:59 2018 @@ -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.