Author: emaste
Date: Fri Sep 25 20:26:59 2015
New Revision: 288232
URL: https://svnweb.freebsd.org/changeset/base/288232
Log:
Build ofwdump(8) on MIPS too
It will be useful as FDT sees increasing usage on FreeBSD/mips.
Sponsored by: DARPA, AFRL
Modified:
head/usr.sbin/Makefile.mips
Modified: head/usr.sbin/Makefile.mips
==============================================================================
--- head/usr.sbin/Makefile.mips Fri Sep 25 20:25:18 2015 (r288231)
+++ head/usr.sbin/Makefile.mips Fri Sep 25 20:26:59 2015 (r288232)
@@ -1,5 +1,6 @@
# $FreeBSD$
+SUBDIR+= ofwdump
# uathload broken for n32 and n64 due to toolchain issues, only build for o32
.if ${MACHINE_ARCH} != "mips" && ${MACHINE_ARCH} != "mipsel"
SUBDIR:= ${SUBDIR:Nuathload}
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"