Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.1.4.1
      1  1.1.4.1   ad #	$NetBSD: Makefile,v 1.1.4.1 2007/02/01 05:04:25 ad 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.1  uwe 	bootinfo.h bswap.h bus.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.1  uwe 	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.1.4.1   ad 	math.h mcontext.h mutex.h \
     17      1.1  uwe 	param.h pcb.h pmap.h pmc.h proc.h profile.h psl.h pte.h ptrace.h \
     18  1.1.4.1   ad 	reg.h rwlock.h \
     19      1.1  uwe 	setjmp.h signal.h stdarg.h \
     20      1.1  uwe 	types.h \
     21      1.1  uwe 	varargs.h vmparam.h \
     22      1.1  uwe 	wchar_limits.h
     23      1.1  uwe 
     24      1.1  uwe .include <bsd.kinc.mk>
     25