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