Makefile revision 1.3
1# $NetBSD: Makefile,v 1.3 1998/09/02 10:59:22 leo Exp $ 2 3KDIR= /sys/arch/atari/include 4INCSDIR= /usr/include/atari 5 6INCS= ahdilabel.h ansi.h aout_machdep.h asm.h cdefs.h cpu.h \ 7 cpufunc.h db_machdep.h disklabel.h elf_machdep.h endian.h \ 8 float.h frame.h ieeefp.h kcore.h limits.h \ 9 msioctl.h param.h pcb.h pmap.h proc.h profile.h \ 10 ptrace.h reg.h setjmp.h signal.h stdarg.h trap.h types.h \ 11 varargs.h 12 13.include <bsd.kinc.mk> 14