aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMina Galić <me+freebsd@igalic.co>2022-05-02 14:49:43 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2022-05-03 16:15:54 +0000
commit7ac164dc8e2ec3e6d3cda1d9ca13d461a534a6e8 (patch)
tree6d0c00fa78677fb9dfc29d5c8df3f46b4e8a7c85
parent09dd1adfa4c9bb1b49f4ef5524a308732883e132 (diff)
downloadsrc-7ac164dc8e2ec3e6d3cda1d9ca13d461a534a6e8.tar.gz
src-7ac164dc8e2ec3e6d3cda1d9ca13d461a534a6e8.zip
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
-rw-r--r--sbin/devd/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/devd/Makefile b/sbin/devd/Makefile
index ffc0a9a65a27..0bda9e1ecf95 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"