1 1.6 lukem # $NetBSD: Makefile,v 1.6 1999/12/04 00:18:15 lukem 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.6 lukem INCS= alpha_cpu.h ansi.h aout_machdep.h asm.h atomic.h autoconf.h bswap.h \ 7 1.6 lukem bus.h bwx.h cdefs.h cfbreg.h conf.h cpu.h cpuconf.h db_machdep.h \ 8 1.6 lukem disklabel.h ecoff_machdep.h elf_machdep.h endian.h fbio.h float.h \ 9 1.6 lukem frame.h ieee.h ieeefp.h intr.h intrcnt.h kbio.h kcore.h limits.h \ 10 1.6 lukem pal.h param.h pcb.h pmap.h proc.h profile.h prom.h psl.h pte.h \ 11 1.6 lukem ptrace.h reg.h rpb.h setjmp.h sfbreg.h signal.h stdarg.h sysarch.h \ 12 1.6 lukem types.h varargs.h vmparam.h vuid_event.h z8530var.h 13 1.1 cgd 14 1.1 cgd .include <bsd.kinc.mk> 15