1 # $NetBSD: Makefile,v 1.2 2002/02/02 12:27:01 drochner Exp $ 2 3 KDIR= /sys/arch/cesfic/include 4 INCSDIR= /usr/include/cesfic 5 6 INCS= ansi.h aout_machdep.h asm.h \ 7 bswap.h \ 8 cdefs.h cpu.h \ 9 disklabel.h elf_machdep.h \ 10 endian.h endian_machdep.h \ 11 float.h frame.h \ 12 ieee.h ieeefp.h \ 13 int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \ 14 intr.h \ 15 limits.h lock.h math.h \ 16 param.h pcb.h pmap.h proc.h profile.h psl.h pte.h ptrace.h \ 17 reg.h setjmp.h signal.h stdarg.h trap.h types.h \ 18 varargs.h vmparam.h 19 20 .include <bsd.kinc.mk> 21