Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.1.4.1
      1  1.1.4.1    he #	$NetBSD: Makefile,v 1.1.4.1 2004/07/05 22:12:41 he Exp $
      2      1.1  fvdl 
      3      1.1  fvdl INCSDIR= /usr/include/amd64
      4      1.1  fvdl 
      5      1.1  fvdl 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.1.4.1    he 	joystick.h \
     16      1.1  fvdl 	kcore.h \
     17      1.1  fvdl 	limits.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.1  fvdl 	varargs.h vmparam.h
     27      1.1  fvdl 
     28      1.1  fvdl .include <bsd.kinc.mk>
     29