Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.8.6.5
      1  1.8.6.5  thorpej #	$NetBSD: Makefile,v 1.8.6.5 2002/12/11 05:58:43 thorpej Exp $
      2  1.8.6.2  thorpej 
      3  1.8.6.2  thorpej INCSDIR= /usr/include/hpcsh
      4  1.8.6.2  thorpej 
      5  1.8.6.2  thorpej INCS=	ansi.h aout_machdep.h asm.h \
      6  1.8.6.2  thorpej 	bootinfo.h bswap.h bus.h \
      7  1.8.6.4  nathanw 	cdefs.h coff_machdep.h cpu.h cputypes.h \
      8  1.8.6.2  thorpej 	db_machdep.h disklabel.h \
      9  1.8.6.2  thorpej 	elf_machdep.h endian.h endian_machdep.h \
     10  1.8.6.2  thorpej 	float.h frame.h \
     11  1.8.6.2  thorpej 	ieee.h ieeefp.h \
     12  1.8.6.2  thorpej 	int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
     13  1.8.6.2  thorpej 	intr.h \
     14  1.8.6.2  thorpej 	limits.h lock.h \
     15  1.8.6.2  thorpej 	math.h mcontext.h \
     16  1.8.6.3  nathanw 	param.h pcb.h pmap.h pmc.h proc.h profile.h psl.h pte.h ptrace.h \
     17  1.8.6.2  thorpej 	reg.h \
     18  1.8.6.2  thorpej 	setjmp.h signal.h stdarg.h \
     19  1.8.6.2  thorpej 	types.h \
     20  1.8.6.2  thorpej 	varargs.h vmparam.h
     21  1.8.6.2  thorpej 
     22  1.8.6.2  thorpej .include <bsd.kinc.mk>
     23