Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.13
      1  1.13     joerg #	$NetBSD: Makefile,v 1.13 2011/07/17 20:54:36 joerg Exp $
      2   1.1      fvdl 
      3   1.1      fvdl INCSDIR= /usr/include/amd64
      4   1.1      fvdl 
      5   1.9        ad INCS=	ansi.h aout_machdep.h asm.h \
      6  1.12    dyoung 	bootinfo.h bswap.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.10       dsl 	float.h fpu.h frame.h frame_regs.h \
     11   1.1      fvdl 	gdt.h \
     12  1.11     joerg 	ieee.h ieeefp.h fenv.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.8        ad 	math.h mcontext.h mutex.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.8        ad 	reg.h rwlock.h \
     23  1.13     joerg 	segments.h setjmp.h signal.h specialreg.h sysarch.h \
     24   1.1      fvdl 	trap.h tss.h types.h \
     25   1.1      fvdl 	userret.h \
     26  1.13     joerg 	vmparam.h \
     27   1.2    kleink 	wchar_limits.h
     28   1.1      fvdl 
     29   1.1      fvdl .include <bsd.kinc.mk>
     30