Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.6
      1 #	$NetBSD: Makefile,v 1.6 1999/12/23 10:15:10 kleink 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 fbio.h \
      8 	float.h frame.h ieee.h ieeefp.h intr.h kcore.h limits.h math.h mtpr.h \
      9 	param.h pcb.h pmap.h proc.h profile.h psl.h pte.h ptrace.h reg.h \
     10 	setjmp.h signal.h stdarg.h svr4_machdep.h trap.h types.h varargs.h \
     11 	vmparam.h
     12 
     13 .include <bsd.kinc.mk>
     14