fa59fc6eb4
Headers that will be shared between old includes and NetBSD-like includes are moved into common/include tree. They are still copied in /usr/include in 'make includes', so compilation and programs aren't be affected.
7 lines
152 B
Makefile
7 lines
152 B
Makefile
INCSDIR= /usr/include/i386
|
|
|
|
INCS+= _align.h asm.h mcontext.h param.h
|
|
|
|
.include "../../../common/include/arch/i386/Makefile.inc"
|
|
|
|
.include <bsd.kinc.mk>
|