Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.7
      1 #	$NetBSD: Makefile,v 1.7 2000/03/17 22:36:32 tron Exp $
      2 
      3 KDIR=	/sys/arch/amiga/include
      4 INCSDIR= /usr/include/amiga
      5 
      6 INCS=	ansi.h aout_machdep.h asm.h bswap.h bus.h cdefs.h conf.h cpu.h \
      7 	cpufunc.h db_machdep.h disklabel.h elf_machdep.h endian.h \
      8 	endian_machdep.h fbio.h float.h frame.h ieee.h ieeefp.h intr.h \
      9 	kcore.h limits.h math.h mtpr.h param.h pcb.h pmap.h proc.h profile.h \
     10 	psl.h pte.h ptrace.h reg.h setjmp.h signal.h stdarg.h svr4_machdep.h \
     11 	trap.h types.h varargs.h vmparam.h
     12 
     13 .include <bsd.kinc.mk>
     14