Module Name: src
Committed By: lukem
Date: Fri Jun 2 20:47:27 UTC 2023
Modified Files:
src/tools/xz-include: Makefile.inc
Log Message:
tools: use NONLS= not MKNLS=no
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tools/xz-include/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/xz-include/Makefile.inc
diff -u src/tools/xz-include/Makefile.inc:1.2 src/tools/xz-include/Makefile.inc:1.3
--- src/tools/xz-include/Makefile.inc:1.2 Tue Sep 25 17:57:33 2018
+++ src/tools/xz-include/Makefile.inc Fri Jun 2 20:47:27 2023
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.inc,v 1.2 2018/09/25 17:57:33 riz Exp $
+# $NetBSD: Makefile.inc,v 1.3 2023/06/02 20:47:27 lukem Exp $
XZ_TOPLEVEL:= ${.PARSEDIR}/../../external/public-domain/xz
-NOMAN= # defined
+NOMAN= # defined
+NONLS= # defined
MKREPRO=no # Native toolchain might be unable to do it
-MKNLS=no
CPPFLAGS+= -std=c99