Module Name: src
Committed By: kre
Date: Sat Sep 29 06:36:29 UTC 2018
Modified Files:
src/distrib/sets: Makefile
Log Message:
Another USE_XZ_SETS which probably should be fixed elsewhere
in a better way
To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/distrib/sets/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/sets/Makefile
diff -u src/distrib/sets/Makefile:1.104 src/distrib/sets/Makefile:1.105
--- src/distrib/sets/Makefile:1.104 Fri Sep 28 15:04:20 2018
+++ src/distrib/sets/Makefile Sat Sep 29 06:36:29 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.104 2018/09/28 15:04:20 martin Exp $
+# $NetBSD: Makefile,v 1.105 2018/09/29 06:36:29 kre Exp $
# Experimental RCS METALOG versioning
# (Needs host's rcs(1) commands)
@@ -15,7 +15,7 @@ all:
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
-.if ${USE_XZ_SETS} != "no"
+.if defined(USE_XZ_SETS) && ${USE_XZ_SETS} != "no"
COMPRESS_PROGRAM=${TOOL_XZ}
XZ_OPT=-9
TAR_SUFF=tar.xz