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

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

9 lines
140 B
Makefile

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