Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.14
      1  1.14     joerg #	$NetBSD: Makefile,v 1.14 2011/07/17 20:54:35 joerg Exp $
      2   1.1   thorpej 
      3   1.1   thorpej INCSDIR=/usr/include/algor
      4   1.1   thorpej 
      5  1.12      matt INCS=	ansi.h asm.h autoconf.h \
      6  1.13    dyoung 	bswap.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.11        ad 	math.h mcontext.h mips_opcode.h mutex.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.11        ad 	reg.h regdef.h regnum.h reloc.h rwlock.h \
     21  1.14     joerg 	setjmp.h signal.h \
     22   1.1   thorpej 	trap.h types.h \
     23  1.14     joerg 	vmparam.h \
     24   1.8    kleink 	wchar_limits.h
     25   1.2   thorpej 
     26   1.2   thorpej .include <bsd.kinc.mk>
     27