xref: /trueos/usr.sbin/Makefile.mips (revision 94d2b7f64912987093f1a98573737a32e4e5d8d1)
1# $FreeBSD$
2
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
7