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