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