2010-09-13 02:21:07 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
SUBDIR:= ${SUBDIR:Nsysinstall}
|
2011-01-27 14:16:12 +00:00
|
|
|
# uathload broken for n32 and n64 due to toolchain issues
|
|
|
|
.if ${MACHINE_ARCH:Mmipse[lb]} == ""
|
2010-09-13 02:21:07 +00:00
|
|
|
SUBDIR:= ${SUBDIR:Nuathload}
|
|
|
|
.endif
|