1 # $NetBSD: Makefile,v 1.16 2001/04/15 15:29:12 kleink Exp $ 2 3 KDIR= /sys/arch/vax/include 4 INCSDIR= /usr/include/vax 5 6 INCS= ansi.h aout_machdep.h asm.h \ 7 bswap.h bus.h byte_swap.h \ 8 cdefs.h clock.h coff_machdep.h cpu.h \ 9 db_machdep.h disklabel.h \ 10 elf_machdep.h endian.h endian_machdep.h \ 11 float.h frame.h \ 12 ibcs2_machdep.h \ 13 int_const.h int_limits.h int_mwgwtypes.h int_types.h ioa.h \ 14 ka410.h ka420.h ka43.h ka630.h ka650.h ka750.h ka820.h \ 15 leds.h loadfile_machdep.h lcgreg.h limits.h lock.h \ 16 macros.h math.h mtpr.h \ 17 nexus.h param.h pcb.h pmap.h proc.h profile.h psl.h pte.h ptrace.h \ 18 qdioctl.h qdreg.h qduser.h qevent.h \ 19 reg.h rpb.h rsp.h \ 20 scb.h setjmp.h sid.h signal.h stdarg.h \ 21 trap.h types.h \ 22 uvax.h \ 23 varargs.h vmparam.h vsbus.h 24 25 .include <bsd.kinc.mk> 26