arm: protect state after signal handler
[minix.git] / sys / arch / evbarm / include / Makefile
blobb2dea9fb07c76e4a86ab6824d6dfd32bc44361ed
1 # $NetBSD: Makefile,v 1.17 2011/07/17 23:46:49 dyoung Exp $
3 INCSDIR= /usr/include/evbarm
5 INCS= ansi.h asm.h \
6 bswap.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 \
17 rwlock.h \
18 setjmp.h signal.h \
19 types.h \
20 vmparam.h \
21 wchar_limits.h
23 .if !defined(__MINIX)
24 INCS+= joystick.h
25 .endif
27 .include <bsd.kinc.mk>