summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile.mips
blob: 99fd0a265bd7a2b041b6a26210c40fdb9dccb463 (plain)
1
2
3
4
5
6
# $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
OpenPOWER on IntegriCloud