Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.14
      1 # 	$NetBSD: Makefile,v 1.14 2010/07/07 00:10:14 njoly 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 	pte.h \
     21 	rwlock.h \
     22 	specialreg.h \
     23 	sysarch.h \
     24 	trap.h
     25 
     26 .include <bsd.kinc.mk>
     27