2010-09-13 02:21:07 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2012-03-29 02:54:35 +00:00
|
|
|
# uathload broken for n32 and n64 due to toolchain issues, only build for o32
|
|
|
|
.if ${MACHINE_ARCH} != "mips" && ${MACHINE_ARCH} != "mipsel"
|
2010-09-13 02:21:07 +00:00
|
|
|
SUBDIR:= ${SUBDIR:Nuathload}
|
|
|
|
.endif
|