diff --git a/dist/tools/ci/print_toolchain_versions.sh b/dist/tools/ci/print_toolchain_versions.sh
index 69edf494d0c831eac9b2d67aef69ff8e80c8dc15..b6bf01a719a5adc0bd8da33cb767575ec26d1db0 100755
--- a/dist/tools/ci/print_toolchain_versions.sh
+++ b/dist/tools/ci/print_toolchain_versions.sh
@@ -98,7 +98,7 @@ printf "%23s: %s\n" "avr-libc" "$(avr_libc_version avr-gcc)"
 printf "\n"
 printf "%s\n" "Installed development tools"
 printf "%s\n" "---------------------------"
-for c in cmake cppcheck doxygen flake8 git openocd python python2 python3; do
+for c in cmake cppcheck doxygen flake8 git make openocd python python2 python3; do
     printf "%23s: %s\n" "$c" "$(get_cmd_version $c)"
 done
 printf "%23s: %s\n" "coccinelle" "$(get_cmd_version spatch)"