Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.13
      1  1.13    dyoung # $NetBSD: Makefile,v 1.13 2011/07/17 23:53:41 dyoung 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.2    kleink 	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.2    kleink 	limits.h lock.h locore.h \
     18  1.10        ad 	math.h mcontext.h mips_opcode.h mutex.h \
     19   1.3    briggs 	param.h pcb.h pmap.h pmc.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.12     joerg 	setjmp.h signal.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