1 # $NetBSD: Makefile,v 1.9 2001/04/14 12:19:58 kleink Exp $ 2 3 KDIR= /sys/arch/next68k/include 4 INCSDIR= /usr/include/next68k 5 6 INCS= ansi.h aout_machdep.h asm.h autoconf.h bswap.h bus.h bus_dma.h \ 7 bus_space.h cdefs.h cpu.h db_machdep.h disklabel.h elf_machdep.h \ 8 endian.h endian_machdep.h float.h frame.h ieee.h ieeefp.h \ 9 int_mwgwtypes.h int_types.h intr.h kcore.h limits.h lock.h math.h \ 10 param.h pcb.h pmap.h proc.h profile.h psl.h pte.h ptrace.h reg.h \ 11 setjmp.h signal.h stdarg.h svr4_machdep.h trap.h types.h varargs.h \ 12 vmparam.h z8530var.h 13 14 .include <bsd.kinc.mk> 15