Makefile revision 1.4
11.4Sskrll# $NetBSD: Makefile,v 1.4 2020/05/10 11:04:09 skrll Exp $ 21.1Smatt 31.1SmattINCSDIR= /usr/include/aarch64 41.1Smatt 51.1SmattINCS= ansi.h aout_machdep.h armreg.h asm.h \ 61.1Smatt bswap.h byte_swap.h \ 71.1Smatt cdefs.h cpu.h \ 81.1Smatt disklabel.h \ 91.1Smatt elf_machdep.h endian.h endian_machdep.h \ 101.1Smatt fenv.h float.h frame.h \ 111.1Smatt ieee.h ieeefp.h \ 121.1Smatt int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \ 131.1Smatt kcore.h \ 141.1Smatt limits.h lock.h \ 151.1Smatt math.h mcontext.h mutex.h \ 161.2Sryo param.h pcb.h pmap.h \ 171.2Sryo proc.h profile.h pte.h ptrace.h \ 181.1Smatt reg.h rwlock.h \ 191.3Salnsn setjmp.h signal.h sljit_machdep.h sysarch.h \ 201.4Sskrll trap.h types.h \ 211.1Smatt vmparam.h \ 221.1Smatt wchar_limits.h 231.1Smatt 241.1Smatt.include <bsd.kinc.mk> 25