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:29 veego Exp $
      2  1.1    cgd 
      3  1.1    cgd KDIR=	/sys/arch/amiga/include
      4  1.1    cgd INCSDIR= /usr/include/amiga
      5  1.1    cgd 
      6  1.1    cgd INCS=	ansi.h aout_machdep.h asm.h bus.h cdefs.h conf.h cpu.h cpufunc.h \
      7  1.2  veego 	db_machdep.h disklabel.h elf_machdep.h endian.h fbio.h float.h \
      8  1.2  veego 	frame.h ieeefp.h intr.h kcore.h limits.h mtpr.h param.h pcb.h pmap.h \
      9  1.2  veego 	proc.h profile.h psl.h pte.h ptrace.h reg.h setjmp.h signal.h \
     10  1.2  veego 	stdarg.h trap.h types.h varargs.h vmparam.h
     11  1.1    cgd 
     12  1.1    cgd .include <bsd.kinc.mk>
     13