Makefile revision 1.1
11.1Smatt# $NetBSD: Makefile,v 1.1 2014/08/10 05:47:37 matt 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 intr.h \ 141.1Smatt kcore.h \ 151.1Smatt limits.h lock.h \ 161.1Smatt math.h mcontext.h mutex.h \ 171.1Smatt param.h pcb.h pmap.h pmc.h \ 181.1Smatt proc.h profile.h psl.h pte.h ptrace.h \ 191.1Smatt reg.h rwlock.h \ 201.1Smatt setjmp.h signal.h sysarch.h \ 211.1Smatt trap.h types.h \ 221.1Smatt vmparam.h \ 231.1Smatt wchar_limits.h 241.1Smatt 251.1Smatt.include <bsd.kinc.mk> 26