arm: protect state after signal handler
[minix.git] / sys / arch / arm / include / Makefile
blobbbbde22fc5b37c1f113fba7b19717e0b490c11e4
1 # $NetBSD: Makefile,v 1.43 2012/08/15 20:38:49 matt Exp $
3 INCSDIR= /usr/include/arm
5 INCS= aeabi.h ansi.h asm.h \
6 bswap.h byte_swap.h \
7 cdefs.h cpu.h \
8 disklabel.h \
9 elf_machdep.h endian.h endian_machdep.h \
10 float.h \
11 ieee.h ieeefp.h \
12 int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
14 limits.h lock.h \
15 math.h mcontext.h mutex.h \
16 param.h profile.h rwlock.h \
18 rwlock.h \
19 setjmp.h signal.h \
20 types.h \
22 wchar_limits.h
24 .include <bsd.kinc.mk>