Merge OpenSSL 1.0.2d.
[freebsd.git] / usr.sbin / Makefile.mips
1 # $FreeBSD$
2
3 SUBDIR+=        ofwdump
4 # uathload broken for n32 and n64 due to toolchain issues, only build for o32
5 .if ${MACHINE_ARCH} != "mips" && ${MACHINE_ARCH} != "mipsel"
6 SUBDIR:=        ${SUBDIR:Nuathload}
7 .endif