minix/include/arch/i386/Makefile
Arun Thomas 93ae43f577 boot: Add multiboot support
Not yet fully spec-compliant; work in progress
2011-06-24 17:21:51 +02:00

8 lines
164 B
Makefile

INCSDIR= /usr/include/i386
INCS+= _align.h asm.h mcontext.h multiboot.h param.h
.include "../../../common/include/arch/i386/Makefile.inc"
.include <bsd.kinc.mk>