git: ebd48f1e52d7 - main - include: Install dev/vmm headers

From: Mark Johnston <markj_at_FreeBSD.org>
Date: Tue, 05 Nov 2024 01:40:52 UTC
The branch main has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=ebd48f1e52d79ef5d34415d9368c564f3e9bbc08

commit ebd48f1e52d79ef5d34415d9368c564f3e9bbc08
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2024-11-05 01:36:25 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-11-05 01:40:41 +0000

    include: Install dev/vmm headers
    
    In preparation for their use in libvmmapi.
    
    Reviewed by:    jhb
    Differential Revision:  https://reviews.freebsd.org/D47029
---
 etc/mtree/BSD.include.dist | 2 ++
 include/Makefile           | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/etc/mtree/BSD.include.dist b/etc/mtree/BSD.include.dist
index 2b32bcc5f39c..ad1b8a5f7413 100644
--- a/etc/mtree/BSD.include.dist
+++ b/etc/mtree/BSD.include.dist
@@ -187,6 +187,8 @@
         ..
         vkbd
         ..
+        vmm
+        ..
         wg
         ..
         wi
diff --git a/include/Makefile b/include/Makefile
index 32774419f162..e0391cac87bb 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -52,7 +52,7 @@ LSUBDIRS=	dev/acpica dev/agp dev/ciss dev/filemon dev/firewire \
 	dev/hwpmc dev/hyperv \
 	dev/ic dev/iicbus dev/io dev/mfi dev/mmc \
 	dev/ofw dev/pbio dev/pci ${_dev_powermac_nvram} dev/ppbus dev/pwm \
-	dev/smbus dev/speaker dev/tcp_log dev/veriexec dev/vkbd dev/wg \
+	dev/smbus dev/speaker dev/tcp_log dev/veriexec dev/vkbd dev/vmm dev/wg \
 	fs/devfs fs/fdescfs fs/msdosfs fs/nfs fs/nullfs \
 	fs/procfs fs/smbfs fs/udf fs/unionfs \
 	geom/cache geom/concat geom/eli geom/gate geom/journal geom/label \