Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.1
      1  1.1  fvdl # 	$NetBSD: Makefile,v 1.1 2003/02/26 22:27:00 fvdl Exp $
      2  1.1  fvdl 
      3  1.1  fvdl INCSDIR=/usr/include/x86
      4  1.1  fvdl 
      5  1.1  fvdl INCS=	aout_machdep.h apicvar.h \
      6  1.1  fvdl 	bios32.h bootinfo.h bus.h \
      7  1.1  fvdl 	float.h \
      8  1.1  fvdl 	i82093reg.h i82093var.h i82489reg.h i82489var.h i8259.h \
      9  1.1  fvdl 	ieee.h ieeefp.h \
     10  1.1  fvdl 	intr.h intrdefs.h \
     11  1.1  fvdl 	mpbiosreg.h mpbiosvar.h mpconfig.h \
     12  1.1  fvdl 	mtrr.h \
     13  1.1  fvdl 	pci_machdep.h \
     14  1.1  fvdl 	pic.h \
     15  1.1  fvdl 	pio.h \
     16  1.1  fvdl 	psl.h \
     17  1.1  fvdl 	specialreg.h \
     18  1.1  fvdl 	trap.h
     19  1.1  fvdl 
     20  1.1  fvdl .include <bsd.kinc.mk>
     21