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