Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.1
      1  1.1  cgd #	$NetBSD: Makefile,v 1.1 1998/06/12 23:22:36 cgd 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.1  cgd INCS=	ansi.h aout_machdep.h apmvar.h asm.h bioscall.h bootinfo.h bus.h \
      7  1.1  cgd 	cdefs.h conf.h cpu.h cpufunc.h cputypes.h db_machdep.h disklabel.h \
      8  1.1  cgd 	elf_machdep.h endian.h float.h frame.h freebsd_machdep.h gdt.h \
      9  1.1  cgd 	ibcs2_machdep.h ieeefp.h intr.h joystick.h kcore.h limits.h \
     10  1.1  cgd 	linux_machdep.h mouse.h npx.h param.h pcb.h pccons.h pio.h pmap.h \
     11  1.1  cgd 	pmap.new.h proc.h profile.h psl.h pte.h ptrace.h reg.h segments.h \
     12  1.1  cgd 	setjmp.h signal.h specialreg.h spkr.h stdarg.h svr4_machdep.h \
     13  1.1  cgd 	sysarch.h trap.h tss.h types.h varargs.h vm86.h vmparam.h
     14  1.1  cgd 
     15  1.1  cgd .include <bsd.kinc.mk>
     16