summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vmd/Makefile
diff options
context:
space:
mode:
authorpd <pd@openbsd.org>2019-01-18 01:24:07 +0000
committerpd <pd@openbsd.org>2019-01-18 01:24:07 +0000
commitbbbb23fd785329d75ac3002ea2e63502004f1df7 (patch)
tree9389e3085553e61064c2da24effddfe9f1fa98d2 /usr.sbin/vmd/Makefile
parentUpdate regress following TLS extension renaming. (diff)
downloadwireguard-openbsd-bbbb23fd785329d75ac3002ea2e63502004f1df7.tar.xz
wireguard-openbsd-bbbb23fd785329d75ac3002ea2e63502004f1df7.zip
disable vmd/vmctl for i386
Next commit will delete vmm(4) for i386. Reasons to delete i386 vmm: - Been broken for a while, almost no one complained. - Had been falling out of sync from amd64 while it worked. - If your machine has vmx, you most probably can run amd64, so why not run that? ok mlarkin@ deraadt@
Diffstat (limited to 'usr.sbin/vmd/Makefile')
-rw-r--r--usr.sbin/vmd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/vmd/Makefile b/usr.sbin/vmd/Makefile
index afe8ce1072b..8645df7aecf 100644
--- a/usr.sbin/vmd/Makefile
+++ b/usr.sbin/vmd/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.21 2018/12/10 21:30:33 claudio Exp $
+# $OpenBSD: Makefile,v 1.22 2019/01/18 01:24:07 pd Exp $
-.if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
+.if ${MACHINE} == "amd64"
PROG= vmd
SRCS= vmd.c control.c log.c priv.c proc.c config.c vmm.c