Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.28
      1 #	$NetBSD: Makefile,v 1.28 2005/05/03 08:24:16 tron Exp $
      2 
      3 INCSDIR= /usr/include/i386
      4 
      5 INCS=	ansi.h aout_machdep.h apmvar.h asm.h atomic.h \
      6 	bioscall.h bootinfo.h bswap.h byte_swap.h bus.h \
      7 	cdefs.h cpu.h cpufunc.h cputypes.h \
      8 	db_machdep.h disklabel.h \
      9 	elf_machdep.h endian.h endian_machdep.h \
     10 	float.h frame.h freebsd_machdep.h \
     11 	gdt.h \
     12 	ibcs2_machdep.h ieee.h ieeefp.h \
     13 	int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
     14 	intr.h intrdefs.h \
     15 	joystick.h \
     16 	kcore.h \
     17 	limits.h lock.h \
     18 	math.h mcontext.h mtrr.h \
     19 	npx.h \
     20 	param.h pcb.h pccons.h pio.h pmap.h pmc.h proc.h profile.h psl.h \
     21 	pte.h ptrace.h \
     22 	reg.h \
     23 	segments.h setjmp.h signal.h specialreg.h spkr.h stdarg.h \
     24 	svr4_machdep.h sysarch.h \
     25 	trap.h tss.h types.h \
     26 	varargs.h vm86.h vmparam.h \
     27 	wchar_limits.h
     28 
     29 .include <bsd.kinc.mk>
     30