Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.10
      1  1.10  drochner #	$NetBSD: Makefile,v 1.10 2006/07/26 19:54:56 drochner Exp $
      2   1.1   thorpej 
      3   1.1   thorpej INCSDIR=/usr/include/algor
      4   1.1   thorpej 
      5   1.1   thorpej INCS=	ansi.h aout_machdep.h asm.h autoconf.h \
      6   1.1   thorpej 	bswap.h bsd-aout.h bus.h \
      7   1.3   thorpej 	cdefs.h cpu.h \
      8  1.10  drochner 	disklabel.h \
      9   1.1   thorpej 	ecoff_machdep.h elf_machdep.h endian.h endian_machdep.h \
     10   1.1   thorpej 	float.h \
     11   1.1   thorpej 	ieee.h ieeefp.h \
     12   1.1   thorpej 	int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
     13   1.1   thorpej 	intr.h \
     14   1.1   thorpej 	isa_machdep.h \
     15   1.1   thorpej 	kcore.h kdbparam.h \
     16   1.1   thorpej 	limits.h lock.h locore.h \
     17   1.7   thorpej 	math.h mcontext.h mips_opcode.h \
     18   1.1   thorpej 	param.h pcb.h pci_machdep.h \
     19   1.5    briggs 	pmap.h pmc.h proc.h profile.h psl.h pte.h ptrace.h \
     20   1.4    simonb 	reg.h regdef.h regnum.h reloc.h \
     21   1.1   thorpej 	setjmp.h signal.h stdarg.h \
     22   1.1   thorpej 	trap.h types.h \
     23   1.8    kleink 	varargs.h vmparam.h \
     24   1.8    kleink 	wchar_limits.h
     25   1.2   thorpej 
     26   1.2   thorpej .include <bsd.kinc.mk>
     27