summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile.mips
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2015-09-25 20:26:59 +0000
committeremaste <emaste@FreeBSD.org>2015-09-25 20:26:59 +0000
commit413dafc9c4b1aa6f80432b2f0faff4791a88d188 (patch)
tree735fe4968e5432758173970ebece554169efabc5 /usr.sbin/Makefile.mips
parent32a17732c6e6a230b0e3ed5c1f5a8d3706baa420 (diff)
downloadFreeBSD-src-413dafc9c4b1aa6f80432b2f0faff4791a88d188.zip
FreeBSD-src-413dafc9c4b1aa6f80432b2f0faff4791a88d188.tar.gz
Build ofwdump(8) on MIPS too
It will be useful as FDT sees increasing usage on FreeBSD/mips. Sponsored by: DARPA, AFRL
Diffstat (limited to 'usr.sbin/Makefile.mips')
-rw-r--r--usr.sbin/Makefile.mips1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/Makefile.mips b/usr.sbin/Makefile.mips
index 99fd0a2..b56992b 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}
OpenPOWER on IntegriCloud