Deleted Added
full compact
1c1
< # $FreeBSD: head/usr.sbin/Makefile.mips 232908 2012-03-13 00:45:27Z jmallett $
---
> # $FreeBSD: head/usr.sbin/Makefile.mips 233644 2012-03-29 02:54:35Z jmallett $
3,4c3,4
< # uathload broken for n32 and n64 due to toolchain issues
< .if ${MACHINE_ARCH:Mmipse[lb]} == ""
---
> # uathload broken for n32 and n64 due to toolchain issues, only build for o32
> .if ${MACHINE_ARCH} != "mips" && ${MACHINE_ARCH} != "mipsel"