f4bbc13ba6
Makefiles were split out in this directory and others in userland, it makes it quite easy to miss per-arch conditionals when changing something generally.
7 lines
144 B
Makefile
7 lines
144 B
Makefile
# $FreeBSD$
|
|
|
|
# uathload broken for n32 and n64 due to toolchain issues
|
|
.if ${MACHINE_ARCH:Mmipse[lb]} == ""
|
|
SUBDIR:= ${SUBDIR:Nuathload}
|
|
.endif
|