Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.34.48.1
      1  1.34.48.1    yamt #	$NetBSD: Makefile,v 1.34.48.1 2010/03/11 15:02:50 yamt Exp $
      2        1.1     cgd 
      3  1.34.48.1    yamt .if !defined(INCSDIR)
      4       1.30    matt INCSDIR?= /usr/include/powerpc
      5  1.34.48.1    yamt INCS+=	spr.h
      6  1.34.48.1    yamt .endif
      7        1.1     cgd 
      8       1.30    matt INCS+=	ansi.h aout_machdep.h asm.h atomic.h \
      9       1.30    matt 	bswap.h \
     10       1.15  kleink 	cdefs.h cpu.h \
     11       1.15  kleink 	elf_machdep.h endian.h endian_machdep.h \
     12       1.15  kleink 	float.h fpu.h frame.h \
     13       1.16  kleink 	ieee.h ieeefp.h \
     14       1.17  kleink 	int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
     15       1.15  kleink 	kcore.h \
     16       1.15  kleink 	limits.h lock.h \
     17       1.34      ad 	math.h mcontext.h mutex.h \
     18       1.30    matt 	param.h pcb.h pmap.h pmc.h proc.h profile.h psl.h pte.h ptrace.h \
     19       1.34      ad 	reg.h reloc.h rwlock.h \
     20  1.34.48.1    yamt 	setjmp.h signal.h stdarg.h \
     21       1.15  kleink 	trap.h types.h \
     22       1.31  kleink 	varargs.h \
     23       1.31  kleink 	wchar_limits.h
     24        1.1     cgd 
     25        1.1     cgd .include <bsd.kinc.mk>
     26