summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-11-20 17:52:46 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-11-20 17:52:46 +0000
commit2789a676c7dad1c61024c73dc2cebac39a22a221 (patch)
tree999f26191e9994f217ce091b821aae051fd177d3 /usr.sbin
parent94fd682eda93ec242c9d32a877a33158aba7295b (diff)
downloadFreeBSD-src-2789a676c7dad1c61024c73dc2cebac39a22a221.zip
FreeBSD-src-2789a676c7dad1c61024c73dc2cebac39a22a221.tar.gz
Fix not skipping uathload for mips after r291021.
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/Makefile.mips2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/Makefile.mips b/usr.sbin/Makefile.mips
index b56992b..cd60887 100644
--- a/usr.sbin/Makefile.mips
+++ b/usr.sbin/Makefile.mips
@@ -3,5 +3,5 @@
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}
+SUBDIR.yes:= ${SUBDIR.yes:Nuathload}
.endif
OpenPOWER on IntegriCloud