aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile.mips
blob: cd60887b550327d393fa272a21d55a15f295548a (plain) (blame)
1
2
3
4
5
6
7
# $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