2012-11-26 16:59:26 +01:00
|
|
|
# $NetBSD: Makefile,v 1.17 2012/08/29 17:13:22 drochner Exp $
|
|
|
|
|
|
|
|
INCSDIR=/usr/include/x86
|
|
|
|
|
2013-01-15 10:29:55 +01:00
|
|
|
INCS= aout_machdep.h \
|
2012-11-26 16:59:26 +01:00
|
|
|
bootinfo.h \
|
2013-01-15 10:29:55 +01:00
|
|
|
cacheinfo.h \
|
2012-11-26 16:59:26 +01:00
|
|
|
cpu.h \
|
2013-01-15 10:29:55 +01:00
|
|
|
cpu_ucode.h \
|
|
|
|
cputypes.h \
|
|
|
|
cpuvar.h \
|
2012-11-26 16:59:26 +01:00
|
|
|
float.h \
|
|
|
|
ieee.h ieeefp.h \
|
2013-01-15 10:29:55 +01:00
|
|
|
intr.h intrdefs.h \
|
|
|
|
lock.h \
|
|
|
|
math.h mutex.h mtrr.h \
|
2012-11-26 16:59:26 +01:00
|
|
|
pio.h \
|
2013-01-15 10:29:55 +01:00
|
|
|
pmap.h \
|
|
|
|
pmap_pv.h \
|
|
|
|
psl.h \
|
|
|
|
pte.h \
|
2012-11-26 16:59:26 +01:00
|
|
|
rwlock.h \
|
2013-01-15 10:29:55 +01:00
|
|
|
specialreg.h \
|
|
|
|
sysarch.h \
|
|
|
|
trap.h \
|
|
|
|
via_padlock.h
|
2012-11-26 16:59:26 +01:00
|
|
|
|
|
|
|
.include <bsd.kinc.mk>
|