aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-11-20 17:52:46 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-11-20 17:52:46 +0000
commit3cdcb7cbbe7b66535f384e730e16886119384214 (patch)
tree999f26191e9994f217ce091b821aae051fd177d3 /usr.sbin
parent09f449399b0d9a3189af2536b0d28398c21f7ad6 (diff)
Notes
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 b56992be8465..cd60887b5503 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