summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index e658fed..37ab863 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -412,7 +412,8 @@ _crunch= crunch
.endif
.if ${MK_USB} != "no"
-.if ${MACHINE_ARCH} != "ia64"
+.if ${MACHINE_ARCH} != "ia64" && \
+ !(${MACHINE_ARCH} == "mips" && ${TARGET_ABI} == "n64")
_uathload= uathload
.endif
_uhsoctl= uhsoctl
OpenPOWER on IntegriCloud