Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.13
      1 # 	$NetBSD: Makefile,v 1.13 2008/05/11 15:32:20 ad Exp $
      2 
      3 INCSDIR=/usr/include/x86
      4 
      5 INCS=	aout_machdep.h \
      6 	bootinfo.h bus.h \
      7 	cacheinfo.h \
      8 	cpu.h \
      9 	cputypes.h \
     10 	cpuvar.h \
     11 	float.h \
     12 	ieee.h ieeefp.h \
     13 	intr.h intrdefs.h \
     14 	lock.h \
     15 	math.h mutex.h mtrr.h \
     16 	pio.h \
     17 	pmap.h \
     18 	pmap_pv.h \
     19 	psl.h \
     20 	rwlock.h \
     21 	specialreg.h \
     22 	sysarch.h \
     23 	trap.h
     24 
     25 .include <bsd.kinc.mk>
     26