Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.1.4.1
      1 #	$NetBSD: Makefile,v 1.1.4.1 1999/02/24 02:11:11 nisimura Exp $
      2 
      3 KDIR=	/sys/arch/pmax/include
      4 INCSDIR= /usr/include/pmax
      5 
      6 INCS=	ansi.h aout_machdep.h autoconf.h bsd-aout.h bswap.h bus.h cdefs.h \
      7 	clock_machdep.h conf.h cpu.h db_machdep.h dec_boot.h dec_exec.h \
      8 	dec_prom.h disklabel.h ecoff_machdep.h elf.h elf_machdep.h endian.h \
      9 	float.h ieeefp.h intr.h kcore.h kdbparam.h limits.h locore.h \
     10 	mips_opcode.h param.h pcb.h pmap.h proc.h profile.h psl.h pte.h \
     11 	ptrace.h reg.h regdef.h regnum.h reloc.h setjmp.h signal.h stdarg.h \
     12 	sysconf.h tc_machdep.h trap.h types.h varargs.h vmparam.h z8530var.h
     13 
     14 .include <bsd.kinc.mk>
     15