From: kn Date: Wed, 24 Aug 2022 15:01:32 +0000 (+0000) Subject: Hook up installboot on amd64 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a427b2529412297807dab99f87b9ee0a5ed0ba35;p=openbsd Hook up installboot on amd64 --- diff --git a/regress/usr.sbin/Makefile b/regress/usr.sbin/Makefile index e13fc0ad947..d596d796e62 100644 --- a/regress/usr.sbin/Makefile +++ b/regress/usr.sbin/Makefile @@ -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