]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/Makefile.mips
MFC r262606, r262607, r262608, r262609, r262610, r269528, r269609, r271133:
[FreeBSD/stable/10.git] / usr.sbin / Makefile.mips
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"
5 SUBDIR:=        ${SUBDIR:Nuathload}
6 .endif