Hi, this makes installboot compile for arm64 at the RAMDISK build.
ok?
Patrick
diff --git a/distrib/special/installboot/Makefile
b/distrib/special/installboot/Makefile
index 760daf0e44e..bfff63b11e4 100644
--- a/distrib/special/installboot/Makefile
+++ b/distrib/special/installboot/Makefile
@@ -20,6 +20,10 @@ SRCS += i386_nlist.c
SRCS += i386_softraid.c
.endif
+.if ${MACHINE} == "arm64"
+SRCS += stubs.c
+.endif
+
.if ${MACHINE} == "armv7"
SRCS += stubs.c
.endif
