Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 2015 20:27:00 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r288232 - head/usr.sbin
Message-ID:  <201509252027.t8PKR03m028296@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509252027.t8PKR03m028296>