diff --git a/Makefile b/Makefile
index a8f75371be28ed7bf8d3b8b83653af17f5fa6d05..438973fc32528d83f545329e1f339246f1bc43d3 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ os != uname -s | awk '{print tolower($$0)}'
 arch != uname -m
 goos != go env GOOS
 goarch != go env GOARCH
-ssh_configs != find ".ssh/config.d/" -type f \! -name '.*'
+ssh_configs != find ".ssh/config.d/" -type f \! -name '.*' | sort
 curl = curl --location --silent --fail
 download = $(curl) --output $@