1# $NetBSD: Makefile,v 1.53 2024/11/30 01:04:10 christos Exp $ 2 3INCSDIR= /usr/include/i386 4 5INCS= ansi.h aout_machdep.h apmvar.h asm.h \ 6 bioscall.h bootinfo.h bswap.h byte_swap.h \ 7 cdefs.h cpu.h cpu_rng.h cputypes.h \ 8 disklabel.h \ 9 elf_machdep.h endian.h endian_machdep.h \ 10 fenv.h float.h frame.h \ 11 gdt.h \ 12 ieee.h ieeefp.h \ 13 int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \ 14 intr.h intrdefs.h \ 15 joystick.h \ 16 kcore.h \ 17 limits.h lock.h lwp_private.h \ 18 math.h mcontext.h mutex.h mtrr.h multiboot.h multiboot2.h \ 19 param.h pcb.h pio.h pmap.h proc.h profile.h psl.h \ 20 pte.h ptrace.h \ 21 reg.h rwlock.h \ 22 segments.h setjmp.h signal.h sljit_machdep.h specialreg.h spkr.h \ 23 sysarch.h \ 24 trap.h tss.h types.h \ 25 vmparam.h \ 26 wchar_limits.h 27 28.include <bsd.kinc.mk> 29