Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.5
      1 #	$NetBSD: Makefile,v 1.5 2001/04/14 12:19:53 kleink Exp $
      2 
      3 KDIR=	/sys/arch/hpcarm/include
      4 INCSDIR= /usr/include/hpcarm
      5 
      6 INCS=	ansi.h aout_machdep.h asm.h bootconfig.h bswap.h bus.h cdefs.h \
      7 	conf.h config_hook.h cpu.h cpufunc.h cpus.h db_machdep.h disklabel.h \
      8 	elf_machdep.h endian.h endian_machdep.h float.h \
      9 	fp.h frame.h ieee.h ieeefp.h int_mwgwtypes.h int_types.h intr.h io.h \
     10 	irqhandler.h limits.h lock.h math.h param.h pcb.h platid.h \
     11 	platid_generated.h platid_mask.h pmap.h proc.h profile.h profileio.h \
     12 	psl.h pte.h ptrace.h reg.h rtc.h setjmp.h signal.h stdarg.h \
     13 	sysarch.h trap.h types.h undefined.h varargs.h vmparam.h
     14 
     15 .include <bsd.kinc.mk>
     16