Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.13
      1  1.13    dyoung #	$NetBSD: Makefile,v 1.13 2011/07/17 01:36:51 dyoung Exp $
      2   1.1    simonb 
      3   1.1    simonb INCSDIR=/usr/include/evbmips
      4   1.1    simonb 
      5  1.12      matt INCS=	ansi.h asm.h \
      6  1.13    dyoung 	bswap.h \
      7   1.1    simonb 	cdefs.h cpu.h \
      8  1.10  drochner 	disklabel.h \
      9   1.2    simonb 	ecoff_machdep.h elf_machdep.h endian.h endian_machdep.h \
     10   1.1    simonb 	float.h \
     11   1.1    simonb 	ieee.h ieeefp.h \
     12   1.1    simonb 	int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
     13   1.1    simonb 	kcore.h kdbparam.h \
     14   1.1    simonb 	limits.h lock.h locore.h \
     15  1.11        ad 	math.h mcontext.h mips_opcode.h mutex.h \
     16   1.4    simonb 	param.h pcb.h \
     17   1.5    briggs 	pmap.h pmc.h proc.h profile.h psl.h pte.h ptrace.h \
     18  1.11        ad 	reg.h regdef.h regnum.h reloc.h rwlock.h \
     19   1.1    simonb 	setjmp.h signal.h stdarg.h \
     20   1.1    simonb 	trap.h types.h \
     21   1.8    kleink 	varargs.h vmparam.h \
     22   1.8    kleink 	wchar_limits.h
     23   1.1    simonb 
     24   1.1    simonb .include <bsd.kinc.mk>
     25