From ccd23b44ea63b1121ed83bb7d6bed764b8036856 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Fri, 25 Sep 2015 20:26:59 +0000 Subject: [PATCH] Build ofwdump(8) on MIPS too It will be useful as FDT sees increasing usage on FreeBSD/mips. Sponsored by: DARPA, AFRL --- usr.sbin/Makefile.mips | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/Makefile.mips b/usr.sbin/Makefile.mips index 99fd0a265bd..b56992be846 100644 --- a/usr.sbin/Makefile.mips +++ b/usr.sbin/Makefile.mips @@ -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}