2789a676c7
Sponsored by: EMC / Isilon Storage Division
8 lines
213 B
Makefile
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
|