-# $OpenBSD: Makefile,v 1.10 2022/08/31 20:48:55 kn Exp $
+# $OpenBSD: Makefile,v 1.11 2022/08/31 22:54:41 kn Exp $
INSTALLBOOT ?= /usr/sbin/installboot
DRY_RUN = ${INSTALLBOOT} -n
${SUDO} cp -r -- ${STAGEDIR} ${MOUNTPOINT}/usr/
-# most but not all usages rquire the EFI filesystem to be usable
-.if ${MACHINE} == "arm64"
+# must be first as some targets expect a working filesystem
REGRESS_TARGETS = prepare
# what the installer does, see /usr/src/distrib/$(machine)/ramdisk/install.md
. for devfile in ${DISKDEVFILES}
${SUDO} ${REAL_RUN} -p -- "$$(<${devfile})"
. endfor
-.else
-REGRESS_TARGETS = # empty
-.endif
+
REGRESS_TARGETS += dry-prepare \
dry-default \
dry-root \