Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/xz-include tools: use NONLS= not MKNLS=no



details:   https://anonhg.NetBSD.org/src/rev/9091256cb69a
branches:  trunk
changeset: 376139:9091256cb69a
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Jun 02 20:47:27 2023 +0000

description:
tools: use NONLS= not MKNLS=no

diffstat:

 tools/xz-include/Makefile.inc |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (17 lines):

diff -r 8f2cae116fe2 -r 9091256cb69a tools/xz-include/Makefile.inc
--- a/tools/xz-include/Makefile.inc     Fri Jun 02 19:09:11 2023 +0000
+++ b/tools/xz-include/Makefile.inc     Fri Jun 02 20:47:27 2023 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index