1212525Simp# $FreeBSD$
2212525Simp
3233644Sjmallett# uathload broken for n32 and n64 due to toolchain issues, only build for o32
4233644Sjmallett.if ${MACHINE_ARCH} != "mips" && ${MACHINE_ARCH} != "mipsel"
5212525SimpSUBDIR:=	${SUBDIR:Nuathload}
6212525Simp.endif
7