diff options
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 2 |
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 |