Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.11
      1  1.11  kleink #	$NetBSD: Makefile,v 1.11 2001/04/14 22:46:26 kleink Exp $
      2   1.1     eeh 
      3   1.1     eeh KDIR=	/sys/arch/sparc64/include
      4   1.1     eeh INCSDIR= /usr/include/sparc64
      5   1.1     eeh 
      6  1.11  kleink INCS=	ansi.h aout_machdep.h asm.h autoconf.h \
      7  1.11  kleink 	bswap.h bsd_openprom.h bus.h \
      8  1.11  kleink 	cdefs.h cgtworeg.h conf.h cpu.h ctlreg.h \
      9  1.11  kleink 	db_machdep.h disklabel.h \
     10  1.11  kleink 	eeprom.h elf_machdep.h endian.h endian_machdep.h \
     11  1.11  kleink 	fbio.h fbvar.h float.h frame.h fsr.h \
     12  1.11  kleink 	idprom.h ieee.h ieeefp.h instr.h \
     13  1.11  kleink 	int_const.h int_mwgwtypes.h int_types.h \
     14  1.11  kleink 	kbd.h kbio.h kcore.h \
     15  1.11  kleink 	limits.h lock.h \
     16  1.11  kleink 	math.h \
     17  1.11  kleink 	oldmon.h openpromio.h \
     18  1.11  kleink 	param.h pcb.h pmap.h proc.h profile.h psl.h pte.h ptrace.h \
     19  1.11  kleink 	reg.h reloc.h remote-sl.h \
     20  1.11  kleink 	setjmp.h signal.h stdarg.h svr4_machdep.h \
     21  1.11  kleink 	trap.h types.h \
     22  1.11  kleink 	varargs.h vmparam.h vuid_event.h \
     23  1.11  kleink 	z8530var.h
     24   1.1     eeh 
     25   1.1     eeh .include <bsd.kinc.mk>
     26