1 # $NetBSD: Makefile,v 1.16 2001/04/14 22:46:27 kleink Exp $ 2 3 KDIR= /sys/arch/x68k/include 4 INCSDIR= /usr/include/x68k 5 6 INCS= ansi.h aout_machdep.h asm.h \ 7 bootinfo.h bswap.h bsd_audioio.h bus.h \ 8 cdefs.h cpu.h cpufunc.h \ 9 db_machdep.h disklabel.h \ 10 elf_machdep.h endian.h endian_machdep.h \ 11 float.h frame.h \ 12 grfioctl.h \ 13 ieee.h ieeefp.h int_const.h int_mwgwtypes.h int_types.h intr.h \ 14 iteioctl.h \ 15 kbd.h kbio.h kcore.h \ 16 math.h \ 17 lock.h limits.h \ 18 opmbellio.h \ 19 param.h parioctl.h pcb.h pci_machdep.h pmap.h powioctl.h proc.h \ 20 profile.h psl.h pte.h ptrace.h \ 21 reg.h remote-sl.h \ 22 setjmp.h signal.h sram.h stdarg.h svr4_machdep.h \ 23 trap.h types.h \ 24 varargs.h vmparam.h vuid_event.h 25 26 .include <bsd.kinc.mk> 27