aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2022-06-13 17:35:39 +0000
committerBrooks Davis <brooks@FreeBSD.org>2022-06-13 17:35:39 +0000
commit92a98611ca2019c1cbc432617c130355108890cd (patch)
tree035e37f7888ee97a0334db7efccd46ba77f8d18e /include
parent68049f6da84a620246b24c04da09db03564fa18c (diff)
downloadsrc-92a98611ca2019c1cbc432617c130355108890cd.tar.gz
src-92a98611ca2019c1cbc432617c130355108890cd.zip
amd64: -m32 support for machine/asm(macros).h
Install the i386 versions under /usr/include/i386 on amd64 and include when targeting i386. Reviewed by: jhb, imp
Diffstat (limited to 'include')
-rw-r--r--include/i386/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/i386/Makefile b/include/i386/Makefile
index e422a100bebd..6870657b6bfa 100644
--- a/include/i386/Makefile
+++ b/include/i386/Makefile
@@ -2,6 +2,8 @@
.PATH: ${SRCTOP}/sys/i386/include
INCS= \
+ asm.h \
+ asmacros.h \
cpufunc.h \
profile.h
INCSDIR= ${INCLUDEDIR}/i386