Makefile.mips revision 232908
1# $FreeBSD: head/usr.sbin/Makefile.mips 232908 2012-03-13 00:45:27Z jmallett $
2
3# uathload broken for n32 and n64 due to toolchain issues
4.if ${MACHINE_ARCH:Mmipse[lb]} == ""
5SUBDIR:=	${SUBDIR:Nuathload}
6.endif
7