Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.17.4.7
      1 #	$NetBSD: Makefile,v 1.17.4.7 2002/12/11 05:51:58 thorpej Exp $
      2 
      3 INCSDIR= /usr/include/alpha
      4 
      5 INCS=	alpha_cpu.h ansi.h aout_machdep.h asm.h atomic.h autoconf.h \
      6 	bswap.h bus.h bwx.h \
      7 	cdefs.h cfbreg.h cpu.h cpuconf.h \
      8 	db_machdep.h disklabel.h \
      9 	ecoff_machdep.h elf_machdep.h endian.h endian_machdep.h \
     10 	float.h fpu.h frame.h \
     11 	ieee.h ieeefp.h \
     12 	int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
     13 	intr.h \
     14 	kbio.h kcore.h \
     15 	limits.h lock.h \
     16 	math.h mcontext.h \
     17 	pal.h param.h pcb.h pio.h pmap.h pmc.h proc.h profile.h prom.h psl.h \
     18 	pte.h ptrace.h \
     19 	reg.h rpb.h \
     20 	setjmp.h signal.h stdarg.h sysarch.h \
     21 	types.h \
     22 	varargs.h vmparam.h vuid_event.h \
     23 	z8530var.h
     24 
     25 .include <bsd.kinc.mk>
     26