freebsd-dev/include/i386/Makefile

14 lines
202 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 \
profile.h \
segments.h
INCSDIR= ${INCLUDEDIR}/i386
.include <bsd.prog.mk>