2005-05-03 12:24:15 +04:00
|
|
|
# $NetBSD: Makefile,v 1.28 2005/05/03 08:24:16 tron Exp $
|
1998-06-13 03:22:30 +04:00
|
|
|
|
|
|
|
INCSDIR= /usr/include/i386
|
|
|
|
|
2002-10-01 16:56:36 +04:00
|
|
|
INCS= ansi.h aout_machdep.h apmvar.h asm.h atomic.h \
|
2001-04-15 02:46:19 +04:00
|
|
|
bioscall.h bootinfo.h bswap.h byte_swap.h bus.h \
|
2002-09-06 17:18:43 +04:00
|
|
|
cdefs.h cpu.h cpufunc.h cputypes.h \
|
2001-04-15 02:46:19 +04:00
|
|
|
db_machdep.h disklabel.h \
|
|
|
|
elf_machdep.h endian.h endian_machdep.h \
|
|
|
|
float.h frame.h freebsd_machdep.h \
|
|
|
|
gdt.h \
|
|
|
|
ibcs2_machdep.h ieee.h ieeefp.h \
|
2001-04-15 21:13:04 +04:00
|
|
|
int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
|
2002-11-23 08:33:11 +03:00
|
|
|
intr.h intrdefs.h \
|
2001-04-15 02:46:19 +04:00
|
|
|
joystick.h \
|
|
|
|
kcore.h \
|
2005-05-03 12:24:15 +04:00
|
|
|
limits.h lock.h \
|
2003-05-15 22:51:18 +04:00
|
|
|
math.h mcontext.h mtrr.h \
|
2001-04-15 02:46:19 +04:00
|
|
|
npx.h \
|
|
|
|
param.h pcb.h pccons.h pio.h pmap.h pmc.h proc.h profile.h psl.h \
|
|
|
|
pte.h ptrace.h \
|
|
|
|
reg.h \
|
|
|
|
segments.h setjmp.h signal.h specialreg.h spkr.h stdarg.h \
|
|
|
|
svr4_machdep.h sysarch.h \
|
|
|
|
trap.h tss.h types.h \
|
2004-05-09 01:51:47 +04:00
|
|
|
varargs.h vm86.h vmparam.h \
|
|
|
|
wchar_limits.h
|
1998-06-13 03:22:30 +04:00
|
|
|
|
|
|
|
.include <bsd.kinc.mk>
|