freebsd-dev/include/i386/Makefile

23 lines
367 B
Makefile
Raw Normal View History

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