svn commit: r209132 - head/usr.sbin

Rafal Jaworowski raj at FreeBSD.org
Sun Jun 13 13:30:26 UTC 2010


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


More information about the svn-src-head mailing list