2022-06-13 17:35:38 +00:00
|
|
|
# i386 headers installed on amd64
|
|
|
|
|
|
|
|
.PATH: ${SRCTOP}/sys/i386/include
|
2022-06-13 17:35:38 +00:00
|
|
|
INCS= \
|
2022-06-13 17:35:39 +00:00
|
|
|
asm.h \
|
|
|
|
asmacros.h \
|
2022-06-13 17:35:39 +00:00
|
|
|
atomic.h \
|
2022-06-13 17:35:39 +00:00
|
|
|
cpufunc.h \
|
2022-06-13 17:35:39 +00:00
|
|
|
pmap.h \
|
2022-06-13 17:35:39 +00:00
|
|
|
proc.h \
|
2022-06-13 17:35:39 +00:00
|
|
|
profile.h \
|
2022-06-13 17:35:39 +00:00
|
|
|
segments.h \
|
|
|
|
vmparam.h
|
2022-06-13 17:35:40 +00:00
|
|
|
# These kernel-only headers are used by procstat's ZFS support.
|
|
|
|
# This should be fixed.
|
|
|
|
INCS+= \
|
2022-06-13 17:35:40 +00:00
|
|
|
pcpu.h \
|
|
|
|
pcpu_aux.h
|
2022-06-13 17:35:38 +00:00
|
|
|
INCSDIR= ${INCLUDEDIR}/i386
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|