Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.2
      1 #	$NetBSD: Makefile,v 1.2 1998/07/12 17:53:29 veego 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 elf_machdep.h endian.h \
      8 	float.h frame.h ieeefp.h intr.h iomap.h kcore.h limits.h mfp.h \
      9 	msioctl.h mtpr.h param.h pcb.h pmap.h proc.h profile.h psl.h pte.h \
     10 	ptrace.h reg.h scu.h setjmp.h signal.h stdarg.h trap.h types.h \
     11 	varargs.h video.h vmparam.h
     12 
     13 .include <bsd.kinc.mk>
     14