1 # $NetBSD: Makefile.common,v 1.3 2018/07/12 10:46:42 maxv Exp $ 2 3 .PATH: ../../arm/include/common 4 5 .if 0 6 INCS+= ansi.h aout_machdep.h asm.h \ 7 bswap.h \ 8 cdefs.h cpu.h \ 9 elf_machdep.h endian.h endian_machdep.h \ 10 fenv.h float.h frame.h \ 11 ieee.h ieeefp.h \ 12 int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \ 13 limits.h lock.h \ 14 math.h mcontext.h mutex.h \ 15 param.h pcb.h pmap.h proc.h profile.h ptrace.h \ 16 reg.h rwlock.h \ 17 setjmp.h signal.h sysarch.h \ 18 trap.h types.h \ 19 vmparam.h \ 20 wchar_limits.h 21 .else 22 INCS+= disklabel.h \ 23 intr.h 24 .endif 25 26 .include <bsd.kinc.mk> 27