Build ofwdump(8) on MIPS too

It will be useful as FDT sees increasing usage on FreeBSD/mips.

Sponsored by:	DARPA, AFRL
This commit is contained in:
Ed Maste 2015-09-25 20:26:59 +00:00
parent 209e744f89
commit ccd23b44ea
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=288232

View File

@ -1,5 +1,6 @@
# $FreeBSD$
SUBDIR+= ofwdump
# uathload broken for n32 and n64 due to toolchain issues, only build for o32
.if ${MACHINE_ARCH} != "mips" && ${MACHINE_ARCH} != "mipsel"
SUBDIR:= ${SUBDIR:Nuathload}