From 7ac164dc8e2ec3e6d3cda1d9ca13d461a534a6e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mina=20Gali=C4=87?= Date: Mon, 2 May 2022 15:49:43 +0100 Subject: [PATCH] pkgbase: move devd's hyperv.conf to hyperv-tools package This devd config file is useless without hyperv-tools, so we're moving it into the hyperv-tools package. pr#263691 PR: 263691 MFC after: 3 days --- sbin/devd/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sbin/devd/Makefile b/sbin/devd/Makefile index ffc0a9a65a2..0bda9e1ecf9 100644 --- a/sbin/devd/Makefile +++ b/sbin/devd/Makefile @@ -13,7 +13,10 @@ DEVD+= asus.conf .endif .if ${MK_HYPERV} != "no" -DEVD+= hyperv.conf +CONFGROUPS+= HYPERV +HYPERVDIR=${DEVDDIR} +HYPERV+= hyperv.conf +HYPERVPACKAGE= hyperv-tools .endif .if ${MK_USB} != "no"