freebsd-src/usr.sbin/Makefile.mips

7 lines
188 B
Makefile

# $FreeBSD$
# uathload broken for n32 and n64 due to toolchain issues, only build for o32
.if ${MACHINE_ARCH} != "mips" && ${MACHINE_ARCH} != "mipsel"
SUBDIR:= ${SUBDIR:Nuathload}
.endif