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