-# $OpenBSD: Makefile,v 1.32 2022/09/12 13:10:03 kn Exp $
+# $OpenBSD: Makefile,v 1.33 2022/09/17 09:30:18 kn Exp $
SUBDIR += acme-client
SUBDIR += arp
SUBDIR += btrace
SUBDIR += httpd
SUBDIR += ifstated
+SUBDIR += installboot
SUBDIR += ldapd
SUBDIR += mtree
SUBDIR += ocspcheck
SUBDIR += vmd
.endif
-.if ${MACHINE} == "amd64" || \
- ${MACHINE} == "arm64" || \
- ${MACHINE} == "armv7" || \
- ${MACHINE} == "i386" || \
- ${MACHINE} == "macppc" || \
- ${MACHINE} == "octeon" || \
- ${MACHINE} == "powerpc64" || \
- ${MACHINE} == "riscv64" || \
- ${MACHINE} == "sparc64"
-SUBDIR += installboot
-.endif
-
.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj)
SUBDIR += pkg_add
.endif
-# $OpenBSD: Makefile,v 1.32 2022/09/14 13:37:03 kn Exp $
+# $OpenBSD: Makefile,v 1.33 2022/09/17 09:30:18 kn Exp $
INSTALLBOOT ?= /usr/sbin/installboot
DRY_RUN = ${INSTALLBOOT} -n
FORMAT_DISK = true # NOOP
STAGENAMES = bootblk ofwboot
USE_SOFTRAID ?= Yes
-.endif
+.else
# missing: alpha, hppa, landisk, loongson, luna88k
+regress:
+ @echo SKIPPED
+.endif
FORMAT_DISK ?= fdisk -iy -b '32768@32768:C'
STAGEDIR = /usr/mdec