Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.3.4.1
      1  1.3.4.1  martin # $NetBSD: Makefile,v 1.3.4.1 2020/05/13 12:31:11 martin Exp $
      2      1.1    matt 
      3      1.1    matt INCSDIR= /usr/include/aarch64
      4      1.1    matt 
      5      1.1    matt INCS=	ansi.h aout_machdep.h armreg.h asm.h \
      6      1.1    matt 	bswap.h byte_swap.h \
      7      1.1    matt 	cdefs.h cpu.h \
      8      1.1    matt 	disklabel.h \
      9      1.1    matt 	elf_machdep.h endian.h endian_machdep.h \
     10      1.1    matt 	fenv.h float.h frame.h \
     11      1.1    matt 	ieee.h ieeefp.h \
     12      1.1    matt 	int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
     13      1.1    matt 	kcore.h \
     14      1.1    matt 	limits.h lock.h \
     15      1.1    matt 	math.h mcontext.h mutex.h \
     16      1.2     ryo 	param.h pcb.h pmap.h \
     17      1.2     ryo 	proc.h profile.h pte.h ptrace.h \
     18      1.1    matt 	reg.h rwlock.h \
     19      1.3   alnsn 	setjmp.h signal.h sljit_machdep.h sysarch.h \
     20  1.3.4.1  martin 	trap.h types.h \
     21      1.1    matt 	vmparam.h \
     22      1.1    matt 	wchar_limits.h
     23      1.1    matt 
     24      1.1    matt .include <bsd.kinc.mk>
     25