Makefile revision 1.1
1# $NetBSD: Makefile,v 1.1 2002/03/06 02:13:39 simonb Exp $ 2 3KDIR= /sys/arch/sbmips/include 4INCSDIR= /usr/include/sbmips 5 6# XXXcgd need local: bus.h pci_machdep.h 7# XXXcgd need export: intr.h 8 9INCS= ansi.h aout_machdep.h asm.h bsd-aout.h bswap.h cdefs.h \ 10 cpu.h db_machdep.h disklabel.h ecoff_machdep.h elf_machdep.h \ 11 endian.h endian_machdep.h float.h ieee.h ieeefp.h int_const.h \ 12 int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h kcore.h \ 13 kdbparam.h limits.h lock.h locore.h math.h mips_opcode.h \ 14 param.h pcb.h pmap.h proc.h profile.h psl.h pte.h ptrace.h \ 15 reg.h regdef.h regnum.h reloc.h setjmp.h signal.h stdarg.h trap.h \ 16 types.h varargs.h vmparam.h 17 18.include <bsd.kinc.mk> 19