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