Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.7
      1 #	$NetBSD: Makefile,v 1.7 2000/03/17 22:36:34 tron Exp $
      2 
      3 KDIR=	/sys/arch/m68k/include
      4 INCSDIR= /usr/include/m68k
      5 
      6 INCS=	ansi.h aout_machdep.h asm.h asm_single.h bswap.h cacheops.h \
      7 	cacheops_20.h cacheops_30.h cacheops_40.h cacheops_60.h cdefs.h \
      8 	cpu.h db_machdep.h elf_machdep.h endian.h endian_machdep.h float.h \
      9 	frame.h ieee.h ieeefp.h kcore.h limits.h m68k.h math.h param.h pcb.h \
     10 	profile.h psl.h ptrace.h reg.h setjmp.h signal.h stdarg.h \
     11 	svr4_machdep.h sync_icache.h sysctl.h trap.h types.h varargs.h
     12 
     13 .include <bsd.kinc.mk>
     14