Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.1
      1  1.1  itojun #	$NetBSD: Makefile,v 1.1 1999/09/13 10:30:27 itojun Exp $
      2  1.1  itojun 
      3  1.1  itojun KDIR=	/sys/arch/evbsh3/include
      4  1.1  itojun INCSDIR= /usr/include/evbsh3
      5  1.1  itojun 
      6  1.1  itojun INCS=	ansi.h aout_machdep.h asm.h bootinfo.h bswap.h bus.h cdefs.h \
      7  1.1  itojun 	coff_machdep.h conf.h cpu.h cpufunc.h cputypes.h db_machdep.h \
      8  1.1  itojun 	disklabel.h elf_machdep.h endian.h exec_coff.h float.h frame.h \
      9  1.1  itojun 	ieee.h ieeefp.h intr.h limits.h mmeye.h param.h pcb.h \
     10  1.1  itojun 	pio.h pmap.h proc.h profile.h psl.h pte.h ptrace.h reg.h segments.h \
     11  1.1  itojun 	setjmp.h sh3.h shbvar.h signal.h stdarg.h \
     12  1.1  itojun 	trap.h types.h varargs.h vmparam.h
     13  1.1  itojun 
     14  1.1  itojun .include <bsd.kinc.mk>
     15