8 lines
271 B
Makefile
8 lines
271 B
Makefile
INCSDIR= /usr/include/i386
|
|
|
|
INCS= archtypes.h bios.h cmos.h cpu.h diskparm.h fpu.h int86.h \
|
|
interrupt.h mcontext.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 asm.h _align.h param.h elf.h
|
|
|
|
.include <bsd.kinc.mk>
|