]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - usr.sbin/Makefile.mips
MFC 227429,228121,228124,228137,228140,228141,228147,228153,228158,228311,
[FreeBSD/stable/9.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