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