Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.7
      1  1.7     alnsn #	$NetBSD: Makefile,v 1.7 2014/07/23 18:19:43 alnsn Exp $
      2  1.1   tsutsui 
      3  1.1   tsutsui INCSDIR= /usr/include/ews4800mips
      4  1.1   tsutsui 
      5  1.1   tsutsui INCS=	ansi.h aout_machdep.h asm.h \
      6  1.1   tsutsui 	bswap.h \
      7  1.1   tsutsui 	cdefs.h cpu.h \
      8  1.2  drochner 	disklabel.h \
      9  1.1   tsutsui 	ecoff_machdep.h elf_machdep.h endian.h endian_machdep.h \
     10  1.1   tsutsui 	float.h \
     11  1.1   tsutsui 	ieee.h ieeefp.h \
     12  1.1   tsutsui 	int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
     13  1.1   tsutsui 	kcore.h kdbparam.h \
     14  1.1   tsutsui 	limits.h lock.h locore.h \
     15  1.3        ad 	math.h mcontext.h mips_opcode.h mutex.h \
     16  1.1   tsutsui 	param.h pcb.h pdinfo.h pmap.h pmc.h proc.h profile.h psl.h pte.h \
     17  1.1   tsutsui 	ptrace.h \
     18  1.3        ad 	reg.h regdef.h regnum.h reloc.h rwlock.h \
     19  1.7     alnsn 	setjmp.h signal.h sljit_machdep.h \
     20  1.1   tsutsui 	trap.h types.h \
     21  1.5     joerg 	vmparam.h vtoc.h \
     22  1.1   tsutsui 	wchar_limits.h
     23  1.1   tsutsui 
     24  1.1   tsutsui .include <bsd.kinc.mk>
     25