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/c9c7db27d791
branches: trunk
changeset: 433644:c9c7db27d791
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 fbaaeb43238a -r c9c7db27d791 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