Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.3.2.3
      1  1.3.2.3  thorpej # $NetBSD: Makefile,v 1.3.2.3 2002/12/11 06:11:51 thorpej Exp $
      2  1.3.2.2   simonb 
      3  1.3.2.2   simonb INCSDIR= /usr/include/sbmips
      4  1.3.2.2   simonb 
      5  1.3.2.2   simonb # XXXcgd need local: bus.h pci_machdep.h
      6  1.3.2.2   simonb # XXXcgd need export: intr.h
      7  1.3.2.2   simonb 
      8  1.3.2.2   simonb INCS=	ansi.h aout_machdep.h asm.h \
      9  1.3.2.2   simonb 	bsd-aout.h bswap.h \
     10  1.3.2.2   simonb 	cdefs.h cpu.h \
     11  1.3.2.2   simonb 	db_machdep.h disklabel.h \
     12  1.3.2.2   simonb 	ecoff_machdep.h elf_machdep.h endian.h endian_machdep.h \
     13  1.3.2.2   simonb 	float.h \
     14  1.3.2.2   simonb 	ieee.h ieeefp.h \
     15  1.3.2.2   simonb 	int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
     16  1.3.2.2   simonb 	kcore.h kdbparam.h \
     17  1.3.2.2   simonb 	limits.h lock.h locore.h \
     18  1.3.2.2   simonb 	math.h mcontext.h mips_opcode.h \
     19  1.3.2.2   simonb 	param.h pcb.h pmap.h pmc.h proc.h profile.h psl.h pte.h ptrace.h \
     20  1.3.2.2   simonb 	reg.h regdef.h regnum.h reloc.h \
     21  1.3.2.2   simonb 	setjmp.h signal.h stdarg.h \
     22  1.3.2.2   simonb 	trap.h types.h \
     23  1.3.2.2   simonb 	varargs.h vmparam.h
     24  1.3.2.2   simonb 
     25  1.3.2.2   simonb .include <bsd.kinc.mk>
     26