1 1.1 cgd # $NetBSD: Makefile,v 1.1 1998/06/12 23:22:32 cgd Exp $ 2 1.1 cgd 3 1.1 cgd KDIR= /sys/arch/alpha/include 4 1.1 cgd INCSDIR= /usr/include/alpha 5 1.1 cgd 6 1.1 cgd INCS= alpha_cpu.h ansi.h aout_machdep.h asm.h autoconf.h bus.h cdefs.h \ 7 1.1 cgd cfbreg.h conf.h cpu.h cpuconf.h db_machdep.h disklabel.h \ 8 1.1 cgd ecoff_machdep.h elf_machdep.h endian.h fbio.h float.h frame.h ieee.h \ 9 1.1 cgd ieeefp.h intr.h intrcnt.h kbio.h kcore.h limits.h pal.h param.h pcb.h \ 10 1.1 cgd pmap.h proc.h profile.h prom.h psl.h pte.h ptrace.h reg.h rpb.h \ 11 1.1 cgd setjmp.h sfbreg.h signal.h stdarg.h types.h varargs.h vmparam.h \ 12 1.1 cgd vuid_event.h wsconsio.h z8530var.h 13 1.1 cgd 14 1.1 cgd .include <bsd.kinc.mk> 15