NetBSD/sys/arch/m68k/include/Makefile

24 lines
710 B
Makefile
Raw Normal View History

2015-12-24 17:12:39 +03:00
# $NetBSD: Makefile,v 1.29 2015/12/24 14:12:39 christos 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 \
2015-12-24 17:12:39 +03:00
fenv.h float.h fpreg.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 \
2007-02-10 00:55:00 +03:00
m68k.h math.h mcontext.h mutex.h \
param.h pmap_motorola.h pmc.h pcb.h proc.h profile.h \
psl.h pte_motorola.h ptrace.h \
reg.h rwlock.h setjmp.h signal.h sync_icache.h \
sysctl.h \
trap.h types.h \
wchar_limits.h
.include <bsd.kinc.mk>