2012-11-26 16:59:26 +01:00
|
|
|
# $NetBSD: Makefile,v 1.43 2012/08/15 20:38:49 matt Exp $
|
|
|
|
|
|
|
|
INCSDIR= /usr/include/arm
|
|
|
|
|
2013-12-10 23:34:27 +01:00
|
|
|
INCS= aeabi.h ansi.h aout_machdep.h armreg.h asm.h atomic.h \
|
2012-11-26 16:59:26 +01:00
|
|
|
bswap.h byte_swap.h \
|
2013-12-10 23:34:27 +01:00
|
|
|
cdefs.h cpu.h cpuconf.h \
|
2012-11-26 16:59:26 +01:00
|
|
|
disklabel.h \
|
|
|
|
elf_machdep.h endian.h endian_machdep.h \
|
2013-12-10 23:34:27 +01:00
|
|
|
float.h fp.h frame.h \
|
2012-11-26 16:59:26 +01:00
|
|
|
ieee.h ieeefp.h \
|
2013-12-10 23:34:27 +01:00
|
|
|
int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
|
|
|
|
kcore.h \
|
2012-11-26 16:59:26 +01:00
|
|
|
limits.h lock.h \
|
|
|
|
math.h mcontext.h mutex.h \
|
2013-12-10 23:34:27 +01:00
|
|
|
param.h pcb.h pmc.h proc.h profile.h rwlock.h \
|
|
|
|
ptrace.h \
|
|
|
|
reg.h rwlock.h \
|
|
|
|
setjmp.h signal.h swi.h sysarch.h \
|
|
|
|
trap.h types.h \
|
|
|
|
vfpreg.h \
|
2012-11-26 16:59:26 +01:00
|
|
|
wchar_limits.h
|
|
|
|
|
|
|
|
.include <bsd.kinc.mk>
|