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