1 1.33 christos # $NetBSD: Makefile,v 1.33 2024/11/30 01:04:15 christos Exp $ 2 1.1 cgd 3 1.1 cgd INCSDIR= /usr/include/vax 4 1.1 cgd 5 1.6 matt INCS= ansi.h aout_machdep.h asm.h \ 6 1.12 matt bswap.h bus.h byte_swap.h \ 7 1.11 matt cdefs.h clock.h coff_machdep.h cpu.h \ 8 1.25 drochner disklabel.h \ 9 1.7 tron elf_machdep.h endian.h endian_machdep.h \ 10 1.6 matt float.h frame.h \ 11 1.17 kleink int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \ 12 1.17 kleink ioa.h \ 13 1.6 matt ka410.h ka420.h ka43.h ka630.h ka650.h ka750.h ka820.h \ 14 1.33 christos leds.h lcgreg.h limits.h lock.h lwp_private.h \ 15 1.26 matt macros.h math.h mcontext.h mtpr.h mutex.h \ 16 1.29 maxv nexus.h param.h pcb.h pmap.h \ 17 1.19 briggs proc.h profile.h psl.h pte.h ptrace.h \ 18 1.6 matt qdioctl.h qdreg.h qduser.h qevent.h \ 19 1.27 ad reg.h rpb.h rsp.h rwlock.h \ 20 1.28 joerg scb.h setjmp.h sid.h signal.h \ 21 1.6 matt trap.h types.h \ 22 1.6 matt uvax.h \ 23 1.28 joerg vaxfp.h vmparam.h vsbus.h \ 24 1.23 kleink wchar_limits.h 25 1.1 cgd 26 1.1 cgd .include <bsd.kinc.mk> 27