Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.13
      1 #	$NetBSD: Makefile,v 1.13 2001/04/14 12:19:51 kleink Exp $
      2 
      3 KDIR=	/sys/arch/atari/include
      4 INCSDIR= /usr/include/atari
      5 
      6 INCS=	ahdilabel.h ansi.h aout_machdep.h asm.h bswap.h cdefs.h cpu.h \
      7 	cpufunc.h db_machdep.h disklabel.h elf_machdep.h endian.h \
      8 	endian_machdep.h float.h frame.h intr.h ieee.h ieeefp.h \
      9 	int_mwgwtypes.h int_types.h kcore.h limits.h lock.h math.h \
     10 	msioctl.h mtpr.h param.h pcb.h pmap.h proc.h profile.h psl.h pte.h \
     11 	ptrace.h reg.h setjmp.h signal.h stdarg.h svr4_machdep.h trap.h \
     12 	types.h varargs.h vmparam.h
     13 
     14 .include <bsd.kinc.mk>
     15