1 1.16 kleink # $NetBSD: Makefile,v 1.16 2001/04/15 15:29:10 kleink Exp $ 2 1.1 cgd 3 1.1 cgd KDIR= /sys/arch/powerpc/include 4 1.1 cgd INCSDIR= /usr/include/powerpc 5 1.1 cgd 6 1.15 kleink INCS= ansi.h aout_machdep.h asm.h \ 7 1.15 kleink bat.h bswap.h \ 8 1.15 kleink cdefs.h cpu.h \ 9 1.15 kleink db_machdep.h \ 10 1.15 kleink elf_machdep.h endian.h endian_machdep.h \ 11 1.15 kleink float.h fpu.h frame.h \ 12 1.15 kleink hid.h hid_601.h \ 13 1.16 kleink ieee.h ieeefp.h \ 14 1.16 kleink int_const.h int_limits.h int_mwgwtypes.h int_types.h ipkdb.h \ 15 1.15 kleink kcore.h \ 16 1.15 kleink limits.h lock.h \ 17 1.15 kleink machine_type.h math.h \ 18 1.15 kleink param.h pcb.h pio.h pmap.h proc.h profile.h psl.h pte.h ptrace.h \ 19 1.15 kleink reg.h reloc.h \ 20 1.15 kleink setjmp.h signal.h stdarg.h \ 21 1.15 kleink trap.h types.h \ 22 1.15 kleink varargs.h 23 1.1 cgd 24 1.1 cgd .include <bsd.kinc.mk> 25