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