1# $NetBSD: Makefile,v 1.10 1999/12/23 10:15:11 kleink Exp $ 2 3KDIR= /sys/arch/i386/include 4INCSDIR= /usr/include/i386 5 6INCS= ansi.h aout_machdep.h apmvar.h asm.h bioscall.h bootinfo.h bswap.h \ 7 byte_swap.h bus.h cdefs.h conf.h cpu.h cpufunc.h cputypes.h \ 8 db_machdep.h disklabel.h elf_machdep.h endian.h float.h frame.h \ 9 freebsd_machdep.h gdt.h ibcs2_machdep.h ieee.h ieeefp.h intr.h \ 10 joystick.h kcore.h limits.h math.h mouse.h npx.h \ 11 param.h pcb.h pccons.h pio.h pmap.h \ 12 proc.h profile.h psl.h pte.h ptrace.h reg.h segments.h \ 13 setjmp.h signal.h specialreg.h spkr.h stdarg.h svr4_machdep.h \ 14 sysarch.h trap.h tss.h types.h varargs.h vm86.h vmparam.h 15 16.include <bsd.kinc.mk> 17