Makefile revision 1.1
11.1Sfvdl# $NetBSD: Makefile,v 1.1 2003/02/26 22:27:00 fvdl Exp $ 21.1Sfvdl 31.1SfvdlINCSDIR=/usr/include/x86 41.1Sfvdl 51.1SfvdlINCS= aout_machdep.h apicvar.h \ 61.1Sfvdl bios32.h bootinfo.h bus.h \ 71.1Sfvdl float.h \ 81.1Sfvdl i82093reg.h i82093var.h i82489reg.h i82489var.h i8259.h \ 91.1Sfvdl ieee.h ieeefp.h \ 101.1Sfvdl intr.h intrdefs.h \ 111.1Sfvdl mpbiosreg.h mpbiosvar.h mpconfig.h \ 121.1Sfvdl mtrr.h \ 131.1Sfvdl pci_machdep.h \ 141.1Sfvdl pic.h \ 151.1Sfvdl pio.h \ 161.1Sfvdl psl.h \ 171.1Sfvdl specialreg.h \ 181.1Sfvdl trap.h 191.1Sfvdl 201.1Sfvdl.include <bsd.kinc.mk> 21