repo.or.cz
/
freebsd-src.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add an UPDATING entry and warning about the change in r274807 to help users
[freebsd-src.git]
/
usr.sbin
/
Makefile.mips
blob
99fd0a265bd7a2b041b6a26210c40fdb9dccb463
1
# $FreeBSD$
2
3
# uathload broken for n32 and n64 due to toolchain issues, only build for o32
4
.if ${MACHINE_ARCH} != "mips" && ${MACHINE_ARCH} != "mipsel"
5
SUBDIR:= ${SUBDIR:Nuathload}
6
.endif