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