freebsd-skq/usr.sbin/Makefile.mips
bdrewery 2789a676c7 Fix not skipping uathload for mips after r291021.
Sponsored by:	EMC / Isilon Storage Division
2015-11-20 17:52:46 +00:00

8 lines
213 B
Makefile

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