Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.7
      1  1.7      manu #	$NetBSD: Makefile,v 1.7 2006/02/09 19:18:56 manu Exp $
      2  1.1      fvdl 
      3  1.1      fvdl INCSDIR= /usr/include/amd64
      4  1.1      fvdl 
      5  1.6      jmmv INCS=	ansi.h aout_machdep.h asm.h atomic.h \
      6  1.1      fvdl 	bootinfo.h bswap.h bus.h byte_swap.h \
      7  1.1      fvdl 	cdefs.h cpu.h cpufunc.h \
      8  1.1      fvdl 	disklabel.h \
      9  1.1      fvdl 	elf_machdep.h endian.h endian_machdep.h \
     10  1.1      fvdl 	float.h fpu.h frame.h \
     11  1.1      fvdl 	gdt.h \
     12  1.1      fvdl 	ieee.h ieeefp.h \
     13  1.1      fvdl 	int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
     14  1.1      fvdl 	intr.h intrdefs.h \
     15  1.3  drochner 	joystick.h \
     16  1.1      fvdl 	kcore.h \
     17  1.7      manu 	limits.h linux32_machdep.h lock.h \
     18  1.1      fvdl 	math.h mcontext.h mtrr.h \
     19  1.1      fvdl 	netbsd32_machdep.h \
     20  1.1      fvdl 	param.h pcb.h pci_machdep.h pio.h pmap.h pmc.h proc.h \
     21  1.1      fvdl 	profile.h psl.h pte.h ptrace.h \
     22  1.1      fvdl 	reg.h \
     23  1.1      fvdl 	segments.h setjmp.h signal.h specialreg.h stdarg.h sysarch.h \
     24  1.1      fvdl 	trap.h tss.h types.h \
     25  1.1      fvdl 	userret.h \
     26  1.2    kleink 	varargs.h vmparam.h \
     27  1.2    kleink 	wchar_limits.h
     28  1.1      fvdl 
     29  1.1      fvdl .include <bsd.kinc.mk>
     30