Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.3
      1  1.3  kleink #	$NetBSD: Makefile,v 1.3 2001/04/14 22:46:22 kleink Exp $
      2  1.1  itojun 
      3  1.1  itojun KDIR=	/sys/arch/hpcsh/include
      4  1.1  itojun INCSDIR= /usr/include/hpcsh
      5  1.1  itojun 
      6  1.3  kleink INCS=	ansi.h aout_machdep.h asm.h \
      7  1.3  kleink 	bootinfo.h bswap.h bus.h \
      8  1.3  kleink 	cdefs.h coff_machdep.h conf.h cpu.h cpufunc.h cputypes.h \
      9  1.3  kleink 	db_machdep.h disklabel.h \
     10  1.3  kleink 	elf_machdep.h endian.h endian_machdep.h \
     11  1.3  kleink 	float.h frame.h \
     12  1.3  kleink 	ieee.h ieeefp.h int_const.h int_mwgwtypes.h int_types.h intr.h \
     13  1.3  kleink 	limits.h lock.h \
     14  1.3  kleink 	math.h \
     15  1.3  kleink 	param.h pcb.h pio.h pmap.h proc.h profile.h psl.h pte.h ptrace.h \
     16  1.3  kleink 	reg.h \
     17  1.3  kleink 	segments.h setjmp.h shbvar.h signal.h stdarg.h \
     18  1.3  kleink 	trap.h types.h \
     19  1.3  kleink 	varargs.h vmparam.h
     20  1.1  itojun 
     21  1.1  itojun .include <bsd.kinc.mk>
     22