Makefile revision 1.6
11.6Sthorpej# $NetBSD: Makefile,v 1.6 2003/01/17 22:40:31 thorpej Exp $ 21.1Sdrochner 31.1SdrochnerINCSDIR= /usr/include/cesfic 41.1Sdrochner 51.1SdrochnerINCS= ansi.h aout_machdep.h asm.h \ 61.1Sdrochner bswap.h \ 71.1Sdrochner cdefs.h cpu.h \ 81.1Sdrochner disklabel.h elf_machdep.h \ 91.1Sdrochner endian.h endian_machdep.h \ 101.1Sdrochner float.h frame.h \ 111.1Sdrochner ieee.h ieeefp.h \ 121.1Sdrochner int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \ 131.2Sdrochner intr.h \ 141.3Skleink limits.h lock.h \ 151.6Sthorpej math.h mcontext.h \ 161.4Sbriggs param.h pcb.h pmap.h pmc.h proc.h profile.h psl.h pte.h ptrace.h \ 171.1Sdrochner reg.h setjmp.h signal.h stdarg.h trap.h types.h \ 181.1Sdrochner varargs.h vmparam.h 191.1Sdrochner 201.1Sdrochner.include <bsd.kinc.mk> 21