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