1 # $NetBSD: Makefile,v 1.3 1999/01/15 13:31:25 bouyer 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 float.h frame.h \ 8 grfioctl.h ieeefp.h intr.h iteioctl.h kcore.h keyboard.h limits.h \ 9 param.h pcb.h pio.h pmap.h proc.h profile.h psc.h psl.h pte.h ptrace.h \ 10 reg.h scsi_5380.h setjmp.h signal.h stdarg.h trap.h types.h varargs.h \ 11 viareg.h vmparam.h z8530var.h 12 13 .include <bsd.kinc.mk> 14