1 # $NetBSD: Makefile.common,v 1.1 2013/05/01 12:01:55 matt Exp $ 2 3 INCSDIR= /usr/include/${MACHINE} 4 5 .PATH: ../../arm/include/common 6 7 INCS+= ansi.h aout_machdep.h asm.h \ 8 bswap.h \ 9 cdefs.h cpu.h \ 10 elf_machdep.h endian.h endian_machdep.h \ 11 fenv.h float.h frame.h \ 12 ieee.h ieeefp.h \ 13 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 pcb.h pmap.h pmc.h proc.h profile.h ptrace.h \ 17 reg.h rwlock.h \ 18 setjmp.h signal.h sysarch.h \ 19 trap.h types.h \ 20 vmparam.h \ 21 wchar_limits.h 22 23 .include <bsd.kinc.mk> 24