1 1.30 matt # $NetBSD: Makefile,v 1.30 2003/10/20 00:12:10 matt Exp $ 2 1.1 cgd 3 1.30 matt INCSDIR?= /usr/include/powerpc 4 1.1 cgd 5 1.30 matt INCS+= ansi.h aout_machdep.h asm.h atomic.h \ 6 1.30 matt bswap.h \ 7 1.15 kleink cdefs.h cpu.h \ 8 1.15 kleink elf_machdep.h endian.h endian_machdep.h \ 9 1.15 kleink float.h fpu.h frame.h \ 10 1.16 kleink ieee.h ieeefp.h \ 11 1.17 kleink int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \ 12 1.15 kleink kcore.h \ 13 1.15 kleink limits.h lock.h \ 14 1.29 thorpej math.h mcontext.h \ 15 1.30 matt param.h pcb.h pmap.h pmc.h proc.h profile.h psl.h pte.h ptrace.h \ 16 1.15 kleink reg.h reloc.h \ 17 1.15 kleink setjmp.h signal.h stdarg.h \ 18 1.15 kleink trap.h types.h \ 19 1.15 kleink varargs.h 20 1.1 cgd 21 1.1 cgd .include <bsd.kinc.mk> 22