arm: protect state after signal handler
[minix.git] / sys / arch / i386 / include / Makefile
blobb79b3f83293d430c09415631a906c2b4b475f3d0
1 # $NetBSD: Makefile,v 1.40 2012/08/08 18:37:52 drochner Exp $
3 INCSDIR= /usr/include/i386
5 INCS= ansi.h asm.h \
6 bootinfo.h bswap.h byte_swap.h \
7 cdefs.h cpu.h \
8 disklabel.h \
9 elf_machdep.h endian.h endian_machdep.h \
10 fenv.h float.h \
12 ieee.h ieeefp.h \
13 int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
17 limits.h \
18 math.h mcontext.h mutex.h multiboot.h \
19 npx.h \
20 param.h pio.h profile.h \
22 rwlock.h \
23 setjmp.h signal.h \
25 types.h \
26 vmparam.h \
27 wchar_limits.h
29 .include <bsd.kinc.mk>