svn commit: r288232 - head/usr.sbin

Ed Maste emaste at FreeBSD.org
Fri Sep 25 20:27:00 UTC 2015


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}


More information about the svn-src-all mailing list