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