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

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

10 lines
153 B
Makefile

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