This commit is contained in:
christos 2017-06-05 23:24:29 +00:00
parent 74d52999c0
commit 484e2f7c2e
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.187 2017/01/11 12:08:34 joerg Exp $
# $NetBSD: Makefile,v 1.188 2017/06/05 23:24:29 christos Exp $
.include <bsd.own.mk>
.include <bsd.endian.mk>
@ -210,8 +210,12 @@ SUBDIR+= elftosb
.if ${MACHINE} == "evbarm" || ${MACHINE} == "evbmips" || \
${MACHINE} == "evbppc" || ${MACHINE} == "sandpoint"
SUBDIR+= mkubootimage
SUBDIR+= libfdt .WAIT
SUBDIR+= dtc
.endif
SUBDIR+= libfdt .WAIT
SUBDIR+= dtc
.if ${MKX11} != "no"
SUBDIR+= makestrs
SUBDIR+= makekeys