1f9ce647cf
Move archtypes.h to include/ dir, since several servers require it. Move fpu.h and stackframe.h to arch-specific header directory. Make source files and makefiles aware of the new header locations.
7 lines
188 B
Makefile
7 lines
188 B
Makefile
INCSDIR= /usr/include/i386
|
|
|
|
INCS= archtypes.h bios.h cmos.h cpu.h diskparm.h fpu.h int86.h \
|
|
interrupt.h memory.h partition.h pci.h ports.h stackframe.h \
|
|
vm.h
|
|
|
|
.include <minix.kinc.mk>
|