Source-Changes-HG archive

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

[src/trunk]: src/tools/xz-include Add missing Makefile.inc for xz tools.



details:   https://anonhg.NetBSD.org/src/rev/94756fd0c90a
branches:  trunk
changeset: 836080:94756fd0c90a
user:      joerg <joerg%NetBSD.org@localhost>
date:      Tue Sep 25 08:54:58 2018 +0000

description:
Add missing Makefile.inc for xz tools.

diffstat:

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

diffs (13 lines):

diff -r 3bf81e08f150 -r 94756fd0c90a tools/xz-include/Makefile.inc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/xz-include/Makefile.inc     Tue Sep 25 08:54:58 2018 +0000
@@ -0,0 +1,9 @@
+#      $NetBSD: Makefile.inc,v 1.1 2018/09/25 08:54:58 joerg Exp $
+
+XZ_TOPLEVEL:=  ${.PARSEDIR}/../../external/public-domain/xz
+
+NOMAN=          # defined
+MKREPRO=no     # Native toolchain might be unable to do it
+MKNLS=no
+
+.include "${XZ_TOPLEVEL}/Makefile.inc"



Home | Main Index | Thread Index | Old Index