Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 1998/06/12 23:22:34 cgd Exp $
      2 
      3 KDIR=	/sys/arch/atari/include
      4 INCSDIR= /usr/include/atari
      5 
      6 INCS=	acia.h ahdilabel.h ansi.h aout_machdep.h asm.h bus.h cdefs.h cpu.h \
      7 	cpufunc.h db_machdep.h disklabel.h dma.h endian.h float.h frame.h \
      8 	ieeefp.h intr.h iomap.h kcore.h limits.h mfp.h msioctl.h mtpr.h \
      9 	param.h pcb.h pmap.h proc.h profile.h psl.h pte.h ptrace.h reg.h \
     10 	scu.h setjmp.h signal.h stdarg.h trap.h types.h varargs.h video.h \
     11 	vmparam.h
     12 
     13 .include <bsd.kinc.mk>
     14