Hook up installboot on amd64
authorkn <kn@openbsd.org>
Wed, 24 Aug 2022 15:01:32 +0000 (15:01 +0000)
committerkn <kn@openbsd.org>
Wed, 24 Aug 2022 15:01:32 +0000 (15:01 +0000)
regress/usr.sbin/Makefile

index e13fc0a..d596d79 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.27 2022/08/20 11:10:50 kn Exp $
+#      $OpenBSD: Makefile,v 1.28 2022/08/24 15:01:32 kn Exp $
 
 SUBDIR += acme-client
 SUBDIR += arp
@@ -20,6 +20,10 @@ SUBDIR += syslogd
 SUBDIR += vmd
 .endif
 
+.if ${MACHINE} == "amd64"
+SUBDIR += installboot
+.endif
+
 .if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj)
 SUBDIR += pkg_add
 .endif