Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.8.12.2
      1  1.8.12.2     yamt #	$NetBSD: Makefile,v 1.8.12.2 2007/02/26 09:05:30 yamt 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.8.12.1     yamt 	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.8.12.2     yamt 	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.8.12.2     yamt 	reg.h regdef.h regnum.h reloc.h rwlock.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