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
This commit is contained in:
Mina Galić 2022-05-02 15:49:43 +01:00 committed by Emmanuel Vadot
parent 09dd1adfa4
commit 7ac164dc8e

View File

@ -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"