Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jun 2010 13:30:26 +0000 (UTC)
From:      Rafal Jaworowski <raj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r209132 - head/usr.sbin
Message-ID:  <201006131330.o5DDUQ2N038502@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: raj
Date: Sun Jun 13 13:30:26 2010
New Revision: 209132
URL: http://svn.freebsd.org/changeset/base/209132

Log:
  Enable ofwdump(8) on ARM as this is a useful tool to inspect a flattened
  device tree.

Modified:
  head/usr.sbin/Makefile

Modified: head/usr.sbin/Makefile
==============================================================================
--- head/usr.sbin/Makefile	Sun Jun 13 13:28:53 2010	(r209131)
+++ head/usr.sbin/Makefile	Sun Jun 13 13:30:26 2010	(r209132)
@@ -498,6 +498,10 @@ _spkrtest=	spkrtest
 _zzz=		zzz
 .endif
 
+.if ${MACHINE_ARCH} == "arm"
+_ofwdump=	ofwdump
+.endif
+
 .if ${MACHINE_ARCH} == "ia64"
 .if ${MK_ACPI} != "no"
 _acpi=		acpi



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