]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/Makefile.mips
- Update FreeBSD Heimdal distribution to version 1.5.1. This also brings
[FreeBSD/FreeBSD.git] / usr.sbin / Makefile.mips
1 # $FreeBSD$
2
3 # uathload broken for n32 and n64 due to toolchain issues
4 .if ${MACHINE_ARCH:Mmipse[lb]} == ""
5 SUBDIR:=        ${SUBDIR:Nuathload}
6 .endif