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