Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.3
      1  1.3  bouyer #	$NetBSD: Makefile,v 1.3 1999/01/15 13:31:23 bouyer Exp $
      2  1.1     cgd 
      3  1.1     cgd KDIR=	/sys/arch/bebox/include
      4  1.1     cgd INCSDIR= /usr/include/bebox
      5  1.1     cgd 
      6  1.3  bouyer INCS=   ansi.h aout_machdep.h asm.h bat.h bootinfo.h bswap.h bus.h cdefs.h \
      7  1.3  bouyer 	conf.h cpu.h cpufunc.h db_machdep.h disklabel.h display.h \
      8  1.3  bouyer 	elf_machdep.h endian.h float.h fpu.h frame.h ieee.h ieeefp.h intr.h \
      9  1.3  bouyer 	ipkdb.h kcore.h kgdb.h limits.h machine_type.h mouse.h param.h pcb.h \
     10  1.3  bouyer 	pccons.h pio.h pmap.h powerpc.h proc.h profile.h psl.h pte.h \
     11  1.3  bouyer 	ptrace.h reg.h reloc.h setjmp.h signal.h spkr.h stdarg.h trap.h \
     12  1.3  bouyer 	types.h varargs.h vmparam.h
     13  1.1     cgd 
     14  1.1     cgd .include <bsd.kinc.mk>
     15