]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/Makefile.mips
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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