1 1.18 christos # $NetBSD: Makefile,v 1.18 2024/11/30 01:04:14 christos Exp $ 2 1.1 simonb 3 1.1 simonb INCSDIR= /usr/include/sbmips 4 1.1 simonb 5 1.13 dyoung # XXXcgd need local: pci_machdep.h 6 1.1 simonb # XXXcgd need export: intr.h 7 1.1 simonb 8 1.11 matt INCS= ansi.h asm.h \ 9 1.11 matt bswap.h \ 10 1.2 kleink cdefs.h cpu.h \ 11 1.8 drochner disklabel.h \ 12 1.2 kleink ecoff_machdep.h elf_machdep.h endian.h endian_machdep.h \ 13 1.16 christos fenv.h float.h \ 14 1.2 kleink ieee.h ieeefp.h \ 15 1.2 kleink int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \ 16 1.2 kleink kcore.h kdbparam.h \ 17 1.18 christos limits.h lock.h locore.h lwp_private.h \ 18 1.10 ad math.h mcontext.h mips_opcode.h mutex.h \ 19 1.17 maxv param.h pcb.h pmap.h proc.h profile.h psl.h pte.h ptrace.h \ 20 1.9 he reg.h regdef.h regnum.h reloc.h rwlock.h \ 21 1.15 alnsn setjmp.h signal.h sljit_machdep.h \ 22 1.2 kleink trap.h types.h \ 23 1.12 joerg vmparam.h \ 24 1.6 kleink wchar_limits.h 25 1.1 simonb 26 1.1 simonb .include <bsd.kinc.mk> 27