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