blob: a946f3e3619727e49ffaf6c0ae60f8e5308b50b6 (
plain) (
blame)
1
2
3
4
5
6
7
|
# $FreeBSD$
SUBDIR:= ${SUBDIR:Nsysinstall}
# uathload broken for n32 and n64 due to toolchain issues
.if ${MACHINE_ARCH:Mmipse[lb]} == ""
SUBDIR:= ${SUBDIR:Nuathload}
.endif
|