Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/elftosb/usr.sbin/elftosb Fix the tools build.
details: https://anonhg.NetBSD.org/src/rev/98b08ae3da9f
branches: trunk
changeset: 322434:98b08ae3da9f
user: christos <christos%NetBSD.org@localhost>
date: Thu May 03 01:32:17 2018 +0000
description:
Fix the tools build.
diffstat:
external/bsd/elftosb/usr.sbin/elftosb/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 0e142a6963f2 -r 98b08ae3da9f external/bsd/elftosb/usr.sbin/elftosb/Makefile
--- a/external/bsd/elftosb/usr.sbin/elftosb/Makefile Thu May 03 01:17:04 2018 +0000
+++ b/external/bsd/elftosb/usr.sbin/elftosb/Makefile Thu May 03 01:32:17 2018 +0000
@@ -1,9 +1,13 @@
-# $NetBSD: Makefile,v 1.5 2017/06/19 20:12:34 christos Exp $
+# $NetBSD: Makefile,v 1.6 2018/05/03 01:32:17 christos Exp $
.include <bsd.init.mk>
.include <bsd.endian.mk>
.include <bsd.own.mk>
+.if !defined(DIST)
+.include "${.PARSEDIR}/../../Makefile.inc"
+.endif
+
.PATH: ${DIST}/elftosb2
.if ${MACHINE_CPU} == "arm" && ${TARGET_ENDIANNESS} == "1234"
Home |
Main Index |
Thread Index |
Old Index