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