Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.6
      1  1.6      maxv #	$NetBSD: Makefile,v 1.6 2018/07/12 10:46:44 maxv Exp $
      2  1.1       uwe 
      3  1.1       uwe INCSDIR= /usr/include/landisk
      4  1.1       uwe 
      5  1.1       uwe INCS=	ansi.h aout_machdep.h asm.h \
      6  1.4    dyoung 	bootinfo.h bswap.h \
      7  1.1       uwe 	button.h \
      8  1.1       uwe 	cdefs.h coff_machdep.h cpu.h cputypes.h \
      9  1.1       uwe 	db_machdep.h disklabel.h \
     10  1.1       uwe 	elf_machdep.h endian.h endian_machdep.h \
     11  1.5  christos 	fenv.h float.h frame.h \
     12  1.1       uwe 	ieee.h ieeefp.h \
     13  1.1       uwe 	int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
     14  1.1       uwe 	intr.h \
     15  1.1       uwe 	limits.h lock.h loadfile_machdep.h \
     16  1.2        ad 	math.h mcontext.h mutex.h \
     17  1.6      maxv 	param.h pcb.h pmap.h proc.h profile.h psl.h pte.h ptrace.h \
     18  1.2        ad 	reg.h rwlock.h \
     19  1.3     joerg 	setjmp.h signal.h \
     20  1.1       uwe 	types.h \
     21  1.3     joerg 	vmparam.h \
     22  1.1       uwe 	wchar_limits.h
     23  1.1       uwe 
     24  1.1       uwe .include <bsd.kinc.mk>
     25