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"