diff options
| author | lukem <lukem@NetBSD.org> | 2023-06-02 20:47:27 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2023-06-02 20:47:27 +0000 |
| commit | 7226307c3de329bcaef464e037e1f45c2edbdcfb (patch) | |
| tree | bd30f5ce395cfe7148fdf9b187ead8321b270607 | |
| parent | de3d7550b3af629ccae904bcd903f53ec3e5b4d5 (diff) | |
tools: use NONLS= not MKNLS=no
| -rw-r--r-- | tools/xz-include/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/xz-include/Makefile.inc b/tools/xz-include/Makefile.inc index 44fad5af684..f491d3b0d5e 100644 --- a/tools/xz-include/Makefile.inc +++ b/tools/xz-include/Makefile.inc @@ -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 |
