aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile.mips
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/Makefile.mips')
-rw-r--r--usr.sbin/Makefile.mips4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/Makefile.mips b/usr.sbin/Makefile.mips
index cd60887b5503..8987110dba31 100644
--- a/usr.sbin/Makefile.mips
+++ b/usr.sbin/Makefile.mips
@@ -1,7 +1,3 @@
# $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.yes:= ${SUBDIR.yes:Nuathload}
-.endif