NetBSD/sys/arch/m68k/include/Makefile

25 lines
700 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.25 2006/07/26 19:54:57 drochner Exp $
INCSDIR= /usr/include/m68k
INCS= ansi.h aout_machdep.h asm.h asm_single.h \
bswap.h bus_dma.h byte_swap.h \
2001-04-06 18:11:20 +04:00
cacheops.h cacheops_20.h cacheops_30.h cacheops_40.h cacheops_60.h \
2003-09-22 18:18:33 +04:00
cdefs.h cpu.h cpuframe.h \
elf_machdep.h endian.h endian_machdep.h \
float.h frame.h \
ieee.h ieeefp.h \
int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
kcore.h \
limits.h lock.h \
2003-01-18 01:58:53 +03:00
m68k.h math.h mcontext.h \
param.h pmap_motorola.h pmc.h pcb.h proc.h profile.h \
psl.h pte_motorola.h ptrace.h \
2001-11-28 16:14:12 +03:00
reg.h setjmp.h signal.h stdarg.h sync_icache.h \
sysctl.h \
trap.h types.h \
varargs.h \
wchar_limits.h
.include <bsd.kinc.mk>