From 190abf86bb455a5b423ca46d309c4492a2d41a94 Mon Sep 17 00:00:00 2001 From: Andrew Turner Date: Thu, 12 May 2022 13:50:59 +0100 Subject: [PATCH] Fix the name of Makefile.aarch64 Makefile.arm64 relies on being included via Makefile.${MACHINE}. This only works when arm64 is the only aarch64 architecture. Switch to Makefile.aarch64 so downstream CheriBSD can use the file when building for Morello which uses a differen ${MACHINE} value. Sponsored by: Innovate UK --- usr.sbin/{Makefile.arm64 => Makefile.aarch64} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename usr.sbin/{Makefile.arm64 => Makefile.aarch64} (100%) diff --git a/usr.sbin/Makefile.arm64 b/usr.sbin/Makefile.aarch64 similarity index 100% rename from usr.sbin/Makefile.arm64 rename to usr.sbin/Makefile.aarch64