Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.1
      1  1.1  thorpej #	$NetBSD: Makefile,v 1.1 2001/05/28 16:22:17 thorpej Exp $
      2  1.1  thorpej 
      3  1.1  thorpej KDIR=	/sys/arch/algor/include
      4  1.1  thorpej INCSDIR=/usr/include/algor
      5  1.1  thorpej 
      6  1.1  thorpej INCS=	ansi.h aout_machdep.h asm.h autoconf.h \
      7  1.1  thorpej 	bswap.h bsd-aout.h bus.h \
      8  1.1  thorpej 	cdefs.h conf.h cpu.h \
      9  1.1  thorpej 	db_machdep.h disklabel.h \
     10  1.1  thorpej 	ecoff_machdep.h elf_machdep.h endian.h endian_machdep.h \
     11  1.1  thorpej 	float.h \
     12  1.1  thorpej 	ieee.h ieeefp.h \
     13  1.1  thorpej 	int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
     14  1.1  thorpej 	intr.h \
     15  1.1  thorpej 	isa_machdep.h \
     16  1.1  thorpej 	kcore.h kdbparam.h \
     17  1.1  thorpej 	limits.h lock.h locore.h \
     18  1.1  thorpej 	math.h mips_opcode.h \
     19  1.1  thorpej 	param.h pcb.h pci_machdep.h \
     20  1.1  thorpej 	pmap.h proc.h profile.h psl.h pte.h ptrace.h \
     21  1.1  thorpej 	reg.h regdef.h regnum.h reloc.h rnd.h \
     22  1.1  thorpej 	setjmp.h signal.h stdarg.h \
     23  1.1  thorpej 	trap.h types.h \
     24  1.1  thorpej 	varargs.h vmparam.h
     25