Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.5
      1 #	$NetBSD: Makefile,v 1.5 1999/12/23 10:15:16 kleink Exp $
      2 
      3 KDIR=	/sys/arch/vax/include
      4 INCSDIR= /usr/include/vax
      5 
      6 INCS=	ansi.h aout_machdep.h asm.h bswap.h byte_swap.h cdefs.h clock.h cpu.h \
      7 	db_machdep.h disklabel.h elf_machdep.h endian.h float.h frame.h ioa.h \
      8 	ka410.h ka420.h ka43.h ka630.h ka650.h ka750.h ka820.h math.h \
      9 	limits.h macros.h mtpr.h nexus.h param.h pcb.h pmap.h proc.h \
     10 	profile.h psl.h pte.h ptrace.h qdioctl.h qdreg.h qduser.h qevent.h \
     11 	reg.h rpb.h rsp.h scb.h setjmp.h sid.h signal.h stdarg.h trap.h \
     12 	types.h uvax.h varargs.h vmparam.h vsbus.h
     13 
     14 .include <bsd.kinc.mk>
     15