1# $NetBSD: Makefile,v 1.34 2007/02/09 21:55:10 ad Exp $ 2 3INCSDIR?= /usr/include/powerpc 4 5INCS+= ansi.h aout_machdep.h asm.h atomic.h \ 6 bswap.h \ 7 cdefs.h cpu.h \ 8 elf_machdep.h endian.h endian_machdep.h \ 9 float.h fpu.h frame.h \ 10 ieee.h ieeefp.h \ 11 int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \ 12 kcore.h \ 13 limits.h lock.h \ 14 math.h mcontext.h mutex.h \ 15 param.h pcb.h pmap.h pmc.h proc.h profile.h psl.h pte.h ptrace.h \ 16 reg.h reloc.h rwlock.h \ 17 setjmp.h signal.h spr.h stdarg.h \ 18 trap.h types.h \ 19 varargs.h \ 20 wchar_limits.h 21 22.include <bsd.kinc.mk> 23