Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.29
      1  1.29  thorpej #	$NetBSD: Makefile,v 1.29 2003/01/18 06:23:29 thorpej Exp $
      2   1.1      cgd 
      3   1.1      cgd INCSDIR= /usr/include/powerpc
      4   1.1      cgd 
      5  1.24      chs INCS=	ansi.h aout_machdep.h asm.h atomic.h \
      6  1.22   tsubai 	bat.h bswap.h byte_swap.h \
      7  1.15   kleink 	cdefs.h cpu.h \
      8  1.15   kleink 	db_machdep.h \
      9  1.15   kleink 	elf_machdep.h endian.h endian_machdep.h \
     10  1.15   kleink 	float.h fpu.h frame.h \
     11  1.16   kleink 	ieee.h ieeefp.h \
     12  1.17   kleink 	int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
     13  1.17   kleink 	ipkdb.h \
     14  1.15   kleink 	kcore.h \
     15  1.15   kleink 	limits.h lock.h \
     16  1.29  thorpej 	math.h mcontext.h \
     17  1.25   briggs 	param.h pcb.h pio.h pmap.h pmc.h proc.h profile.h psl.h pte.h ptrace.h \
     18  1.15   kleink 	reg.h reloc.h \
     19  1.15   kleink 	setjmp.h signal.h stdarg.h \
     20  1.15   kleink 	trap.h types.h \
     21  1.15   kleink 	varargs.h
     22   1.1      cgd 
     23   1.1      cgd .include <bsd.kinc.mk>
     24