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.
8 lines
257 B
Makefile
8 lines
257 B
Makefile
.include <bsd.own.mk>
|
|
.PATH: ${MINIXSRCDIR}/common/include/arch/i386
|
|
|
|
INCS+= archtypes.h bios.h cmos.h cpu.h diskparm.h fpu.h int86.h \
|
|
interrupt.h memory.h partition.h \
|
|
pci.h pci_amd.h pci_intel.h pci_sis.h pci_via.h \
|
|
ports.h stackframe.h vm.h elf.h
|
|
|