Makefile.mips revision 217942
1# $FreeBSD: head/usr.sbin/Makefile.mips 217942 2011-01-27 14:16:12Z jchandra $
2
3SUBDIR:=	${SUBDIR:Nsysinstall}
4# uathload broken for n32 and n64 due to toolchain issues
5.if ${MACHINE_ARCH:Mmipse[lb]} == ""
6SUBDIR:=	${SUBDIR:Nuathload}
7.endif
8