Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.37
      1  1.37     joerg #	$NetBSD: Makefile,v 1.37 2010/07/31 21:47:54 joerg Exp $
      2   1.1       cgd 
      3   1.1       cgd INCSDIR= /usr/include/i386
      4   1.1       cgd 
      5  1.36        ad INCS=	ansi.h aout_machdep.h apmvar.h asm.h \
      6  1.16    kleink 	bioscall.h bootinfo.h bswap.h byte_swap.h bus.h \
      7  1.20   gehenna 	cdefs.h cpu.h cpufunc.h cputypes.h \
      8  1.33  drochner 	disklabel.h \
      9  1.16    kleink 	elf_machdep.h endian.h endian_machdep.h \
     10  1.37     joerg 	fenv.h float.h frame.h freebsd_machdep.h \
     11  1.16    kleink 	gdt.h \
     12  1.16    kleink 	ibcs2_machdep.h ieee.h ieeefp.h \
     13  1.18    kleink 	int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
     14  1.22       lha 	intr.h intrdefs.h \
     15  1.16    kleink 	joystick.h \
     16  1.16    kleink 	kcore.h \
     17  1.28      tron 	limits.h lock.h \
     18  1.34        ad 	math.h mcontext.h mutex.h mtrr.h multiboot.h \
     19  1.16    kleink 	npx.h \
     20  1.35        ad 	param.h pcb.h pio.h pmap.h pmc.h proc.h profile.h psl.h \
     21  1.16    kleink 	pte.h ptrace.h \
     22  1.34        ad 	reg.h rwlock.h \
     23  1.16    kleink 	segments.h setjmp.h signal.h specialreg.h spkr.h stdarg.h \
     24  1.16    kleink 	svr4_machdep.h sysarch.h \
     25  1.16    kleink 	trap.h tss.h types.h \
     26  1.26    kleink 	varargs.h vm86.h vmparam.h \
     27  1.26    kleink 	wchar_limits.h
     28   1.1       cgd 
     29   1.1       cgd .include <bsd.kinc.mk>
     30