NetBSD/sys/arch/m68k/include/Makefile
is b0f697496e Provide a minimal instruction/data cache synchronization C binding.
(The function has always been in the kernels as special trap #12).
In response to PR 4951 by Hauke Fath.
1999-02-09 22:32:33 +00:00

14 lines
500 B
Makefile

# $NetBSD: Makefile,v 1.4 1999/02/09 22:32:33 is Exp $
KDIR= /sys/arch/m68k/include
INCSDIR= /usr/include/m68k
INCS= ansi.h aout_machdep.h asm.h asm_single.h bswap.h cacheops.h \
cacheops_20.h cacheops_30.h cacheops_40.h cacheops_60.h cdefs.h \
cpu.h db_machdep.h elf_machdep.h endian.h float.h frame.h ieee.h \
ieeefp.h kcore.h limits.h m68k.h param.h pcb.h profile.h psl.h \
ptrace.h reg.h setjmp.h signal.h stdarg.h sync_icache.h sysctl.h \
trap.h types.h varargs.h
.include <bsd.kinc.mk>