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/83b3ce6ca9f6
branches:  trunk
changeset: 832202:83b3ce6ca9f6
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 17339ecf7d5c -r 83b3ce6ca9f6 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