Fix the tools build.

This commit is contained in:
christos 2018-05-03 01:32:17 +00:00
parent fffca4e9a0
commit bad1191a12

View File

@ -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"