]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - usr.sbin/Makefile.mips
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / usr.sbin / Makefile.mips
1 # $FreeBSD$
2
3 SUBDIR:=        ${SUBDIR:Nsysinstall}
4 # uathload broken for n32 and n64 due to toolchain issues
5 .if ${MACHINE_ARCH:Mmipse[lb]} == ""
6 SUBDIR:=        ${SUBDIR:Nuathload}
7 .endif