Makefile.mips revision 288232
179754Sdd# $FreeBSD: head/usr.sbin/Makefile.mips 288232 2015-09-25 20:26:59Z emaste $
235137Sphk
335137SphkSUBDIR+=	ofwdump
435137Sphk# uathload broken for n32 and n64 due to toolchain issues, only build for o32
535137Sphk.if ${MACHINE_ARCH} != "mips" && ${MACHINE_ARCH} != "mipsel"
635137SphkSUBDIR:=	${SUBDIR:Nuathload}
735137Sphk.endif
879754Sdd