Makefile revision 1.9
1# $NetBSD: Makefile,v 1.9 2001/04/14 12:19:52 kleink Exp $ 2 3KDIR= /sys/arch/evbsh3/include 4INCSDIR= /usr/include/evbsh3 5 6INCS= ansi.h aout_machdep.h asm.h bootinfo.h bswap.h bus.h cdefs.h \ 7 coff_machdep.h conf.h cpu.h cpufunc.h cputypes.h db_machdep.h \ 8 disklabel.h elf_machdep.h endian.h endian_machdep.h float.h frame.h \ 9 ieee.h ieeefp.h int_mwgwtypes.h int_types.h intr.h limits.h lock.h \ 10 math.h param.h pcb.h pio.h pmap.h proc.h profile.h psl.h pte.h \ 11 ptrace.h reg.h segments.h setjmp.h shbvar.h signal.h stdarg.h \ 12 trap.h types.h varargs.h vmparam.h 13 14.include <bsd.kinc.mk> 15