Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.15
      1 #	$NetBSD: Makefile,v 1.15 2001/04/14 12:19:54 kleink Exp $
      2 
      3 KDIR=	/sys/arch/i386/include
      4 INCSDIR= /usr/include/i386
      5 
      6 INCS=	ansi.h aout_machdep.h apmvar.h asm.h bioscall.h bootinfo.h bswap.h \
      7 	byte_swap.h bus.h cdefs.h conf.h cpu.h cpufunc.h cputypes.h \
      8 	db_machdep.h disklabel.h elf_machdep.h endian.h endian_machdep.h \
      9 	float.h frame.h freebsd_machdep.h gdt.h ibcs2_machdep.h ieee.h \
     10 	ieeefp.h int_mwgwtypes.h int_types.h intr.h joystick.h kcore.h \
     11 	limits.h lock.h math.h mouse.h npx.h param.h pcb.h pccons.h pio.h \
     12 	pmap.h pmc.h proc.h profile.h psl.h pte.h ptrace.h reg.h segments.h \
     13 	setjmp.h signal.h specialreg.h spkr.h stdarg.h \
     14 	svr4_machdep.h sysarch.h trap.h tss.h types.h varargs.h vm86.h \
     15 	vmparam.h
     16 
     17 .include <bsd.kinc.mk>
     18