1 # $NetBSD: Makefile,v 1.9 2000/06/26 15:42:42 kleink Exp $ 2 3 KDIR= /sys/arch/mac68k/include 4 INCSDIR= /usr/include/mac68k 5 6 INCS= adbsys.h ansi.h aout_machdep.h asm.h autoconf.h bswap.h bus.h cdefs.h \ 7 cpu.h db_machdep.h disklabel.h elf_machdep.h endian.h \ 8 endian_machdep.h float.h frame.h grfioctl.h ieee.h ieeefp.h \ 9 int_types.h intr.h iteioctl.h kcore.h keyboard.h limits.h lock.h \ 10 param.h math.h pcb.h pio.h pmap.h proc.h profile.h psc.h psl.h \ 11 pte.h ptrace.h reg.h scsi_5380.h setjmp.h signal.h stdarg.h \ 12 svr4_machdep.h trap.h types.h varargs.h viareg.h vmparam.h z8530var.h 13 14 .include <bsd.kinc.mk> 15