Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.2
      1  1.2  veego #	$NetBSD: Makefile,v 1.2 1998/07/12 17:53:30 veego Exp $
      2  1.1    cgd 
      3  1.1    cgd KDIR=	/sys/arch/m68k/include
      4  1.1    cgd INCSDIR= /usr/include/m68k
      5  1.1    cgd 
      6  1.1    cgd INCS=	ansi.h aout_machdep.h asm.h asm_single.h cacheops.h cacheops_20.h \
      7  1.1    cgd 	cacheops_30.h cacheops_40.h cacheops_60.h cdefs.h cpu.h db_machdep.h \
      8  1.2  veego 	elf_machdep.h endian.h float.h frame.h ieee.h ieeefp.h kcore.h \
      9  1.2  veego 	limits.h m68k.h param.h pcb.h profile.h psl.h ptrace.h reg.h setjmp.h \
     10  1.2  veego 	signal.h stdarg.h sysctl.h trap.h types.h varargs.h
     11  1.1    cgd 
     12  1.1    cgd .include <bsd.kinc.mk>
     13