2010-09-13 04:21:07 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2012-03-29 04:54:35 +02: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 04:21:07 +02:00
|
|
|
SUBDIR:= ${SUBDIR:Nuathload}
|
|
|
|
.endif
|