aboutsummaryrefslogtreecommitdiff
path: root/include/i386
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2022-06-13 17:35:40 +0000
committerBrooks Davis <brooks@FreeBSD.org>2022-06-13 17:35:40 +0000
commit5ea3094e6a755b931d144f30a824e2fed10a8a33 (patch)
tree3d435b9bdf59ececbbb720c3c6244d15793ee351 /include/i386
parent8dc3fdfe69d588851237cc9e2e8cdc90a4a6aa0f (diff)
downloadsrc-5ea3094e6a755b931d144f30a824e2fed10a8a33.tar.gz
src-5ea3094e6a755b931d144f30a824e2fed10a8a33.zip
amd64: -m32 support for machine/md_var.h
Install the i386 md_var.h under /usr/include/i386 on amd64 and include when targeting i386. This is a mostly kernel-only header required by procstat's ZFS support. It is pulled in by the i386 machine/counter.h. Reviewed by: jhb, imp
Diffstat (limited to 'include/i386')
-rw-r--r--include/i386/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/i386/Makefile b/include/i386/Makefile
index 58c619f4dbdf..b5f5a23eb906 100644
--- a/include/i386/Makefile
+++ b/include/i386/Makefile
@@ -15,6 +15,7 @@ INCS= \
# This should be fixed.
INCS+= \
counter.h \
+ md_var.h \
pcpu.h \
pcpu_aux.h
INCSDIR= ${INCLUDEDIR}/i386