From 746f7db59ccbe190c8a2703dda53d0833ed23d16 Mon Sep 17 00:00:00 2001 From: kn Date: Sat, 20 Aug 2022 11:10:50 +0000 Subject: [PATCH] Unhook vmd for i386 OK sthen --- regress/usr.sbin/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regress/usr.sbin/Makefile b/regress/usr.sbin/Makefile index 0e621098d61..e13fc0ad947 100644 --- a/regress/usr.sbin/Makefile +++ b/regress/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2021/11/11 10:03:54 claudio Exp $ +# $OpenBSD: Makefile,v 1.27 2022/08/20 11:10:50 kn Exp $ SUBDIR += acme-client SUBDIR += arp @@ -16,7 +16,7 @@ SUBDIR += rpki-client SUBDIR += snmpd SUBDIR += syslogd -.if ${MACHINE} == "amd64" || ${MACHINE} == "i386" +.if ${MACHINE} == "amd64" SUBDIR += vmd .endif -- 2.20.1