From 3cd1b382c6641f7e04e243dec46ee71744c7630e Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Mon, 13 Jun 2022 18:35:39 +0100 Subject: amd64: -m32 support for machine/pmap.h Install the i386 pmap.h under /usr/include/i386 on amd64 and include when targeting i386. Reviewed by: jhb, imp --- include/i386/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/i386/Makefile b/include/i386/Makefile index e7eb0dd0c2eb..9f6ab9b47766 100644 --- a/include/i386/Makefile +++ b/include/i386/Makefile @@ -6,6 +6,7 @@ INCS= \ asmacros.h \ atomic.h \ cpufunc.h \ + pmap.h \ profile.h \ segments.h INCSDIR= ${INCLUDEDIR}/i386 -- cgit v1.3