diff options
| author | Mina Galić <me+freebsd@igalic.co> | 2022-05-02 14:49:43 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2022-05-16 15:25:23 +0000 |
| commit | c3c44de5f08220c1b5d0a0bb06455ae7f4d0799a (patch) | |
| tree | fda29252387d760756a475a117e4917ff77f99a7 | |
| parent | 95c6bc5a03b9d1326978f2aed5d7e944d6eeb745 (diff) | |
| download | src-c3c44de5f08220c1b5d0a0bb06455ae7f4d0799a.tar.gz src-c3c44de5f08220c1b5d0a0bb06455ae7f4d0799a.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
(cherry picked from commit 7ac164dc8e2ec3e6d3cda1d9ca13d461a534a6e8)
| -rw-r--r-- | sbin/devd/Makefile | 5 |
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" |
