From f13753b37a4144f925c7298be7014c5717cf3d6c Mon Sep 17 00:00:00 2001 From: Rafal Jaworowski Date: Sun, 13 Jun 2010 13:30:26 +0000 Subject: [PATCH] Enable ofwdump(8) on ARM as this is a useful tool to inspect a flattened device tree. --- usr.sbin/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 045cb0587203..4d492c54e4b6 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -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