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 19:51:07 +01:00
|
|
|
INCS= aeabi.h ansi.h armreg.h asm.h \
|
2012-11-26 16:59:26 +01:00
|
|
|
bswap.h byte_swap.h \
|
|
|
|
cdefs.h cpu.h \
|
|
|
|
disklabel.h \
|
|
|
|
elf_machdep.h endian.h endian_machdep.h \
|
|
|
|
float.h \
|
|
|
|
ieee.h ieeefp.h \
|
2013-09-16 22:52:36 +02:00
|
|
|
proc.h int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
|
2012-11-26 16:59:26 +01:00
|
|
|
\
|
|
|
|
limits.h lock.h \
|
|
|
|
math.h mcontext.h mutex.h \
|
2013-12-10 18:18:13 +01:00
|
|
|
param.h ptrace.h profile.h rwlock.h \
|
2012-11-26 16:59:26 +01:00
|
|
|
\
|
2013-01-13 17:20:11 +01:00
|
|
|
rwlock.h \
|
2012-11-26 16:59:26 +01:00
|
|
|
setjmp.h signal.h \
|
|
|
|
types.h \
|
|
|
|
\
|
|
|
|
wchar_limits.h
|
|
|
|
|
|
|
|
.include <bsd.kinc.mk>
|