freebsd-dev/include/i386/Makefile
Brooks Davis c2c8157ebe amd64: -m32 support for machine/segments.h
Install the i386 segments.h under /usr/include/i386 on amd64 and include
when targeting i386.

Reviewed by:	jhb, imp
2022-06-13 18:35:39 +01:00

14 lines
202 B
Makefile

# i386 headers installed on amd64
.PATH: ${SRCTOP}/sys/i386/include
INCS= \
asm.h \
asmacros.h \
atomic.h \
cpufunc.h \
profile.h \
segments.h
INCSDIR= ${INCLUDEDIR}/i386
.include <bsd.prog.mk>