aboutsummaryrefslogblamecommitdiff
path: root/usr.sbin/Makefile.mips
blob: b56992be846566f2bf626538b94103cc4e4975f3 (plain) (tree)
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:=	${SUBDIR:Nuathload}
.endif