Index: head/usr.sbin/Makefile.mips =================================================================== --- head/usr.sbin/Makefile.mips (revision 291104) +++ head/usr.sbin/Makefile.mips (revision 291105) @@ -1,7 +1,7 @@ # $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} +SUBDIR.yes:= ${SUBDIR.yes:Nuathload} .endif