Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.4.2.1
      1 #	$NetBSD: Makefile,v 1.4.2.1 2000/11/20 20:18:14 bouyer Exp $
      2 
      3 KDIR=	/sys/arch/next68k/include
      4 INCSDIR= /usr/include/next68k
      5 
      6 INCS=	ansi.h aout_machdep.h asm.h autoconf.h bswap.h bus.h bus_dma.h \
      7 	bus_space.h cdefs.h cpu.h db_machdep.h disklabel.h elf_machdep.h \
      8 	endian.h endian_machdep.h float.h frame.h ieee.h ieeefp.h int_types.h \
      9 	intr.h kcore.h limits.h lock.h math.h param.h pcb.h pmap.h proc.h \
     10 	profile.h psl.h pte.h ptrace.h reg.h setjmp.h signal.h stdarg.h \
     11 	svr4_machdep.h trap.h types.h varargs.h vmparam.h z8530var.h
     12 
     13 .include <bsd.kinc.mk>
     14