From 1c5fcbe78a04d48986a6ec9f714714e8e10dbab7 Mon Sep 17 00:00:00 2001 From: Alexander Bluhm Date: Wed, 11 Oct 2017 12:07:24 +0000 Subject: Link vmd regress to build on amd64 and i386. --- regress/usr.sbin/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'regress/usr.sbin') diff --git a/regress/usr.sbin/Makefile b/regress/usr.sbin/Makefile index 3912e794d4d..8ab1e1bd1eb 100644 --- a/regress/usr.sbin/Makefile +++ b/regress/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2017/10/05 08:20:01 phessler Exp $ +# $OpenBSD: Makefile,v 1.17 2017/10/11 12:07:23 bluhm Exp $ SUBDIR += acme-client SUBDIR += arp @@ -13,6 +13,10 @@ SUBDIR += snmpd SUBDIR += switchd SUBDIR += syslogd +.if ${MACHINE} == "amd64" || ${MACHINE} == "i386" +SUBDIR += vmd +.endif + .if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj) SUBDIR += pkg_add .endif -- cgit v1.2.3