aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/i386/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/i386/Makefile b/include/i386/Makefile
index 70d825bab9cf..de270655fb69 100644
--- a/include/i386/Makefile
+++ b/include/i386/Makefile
@@ -14,7 +14,8 @@ INCS= \
# These kernel-only headers are used by procstat's ZFS support.
# This should be fixed.
INCS+= \
- pcpu.h
+ pcpu.h \
+ pcpu_aux.h
INCSDIR= ${INCLUDEDIR}/i386
.include <bsd.prog.mk>