Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.3
      1 # 	$NetBSD: Makefile,v 1.3 2003/03/03 20:26:18 fvdl Exp $
      2 
      3 INCSDIR=/usr/include/x86
      4 
      5 INCS=	aout_machdep.h \
      6 	bootinfo.h bus.h \
      7 	cpuvar.h \
      8 	float.h \
      9 	ieee.h ieeefp.h \
     10 	intr.h intrdefs.h \
     11 	lock.h \
     12 	mtrr.h \
     13 	pio.h \
     14 	psl.h \
     15 	specialreg.h \
     16 	trap.h
     17 
     18 .include <bsd.kinc.mk>
     19