Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.10.2.1
      1  1.10.2.1  nathanw #	$NetBSD: Makefile,v 1.10.2.1 2001/06/21 19:37:06 nathanw Exp $
      2       1.1      cgd 
      3       1.1      cgd KDIR=	/sys/arch/sun3/include
      4       1.1      cgd INCSDIR= /usr/include/sun3
      5       1.1      cgd 
      6  1.10.2.1  nathanw INCS=	ansi.h aout_machdep.h asm.h autoconf.h \
      7  1.10.2.1  nathanw 	bswap.h \
      8  1.10.2.1  nathanw 	cdefs.h cg2reg.h cpu.h \
      9  1.10.2.1  nathanw 	db_machdep.h disklabel.h dvma.h dvma3.h dvma3x.h \
     10  1.10.2.1  nathanw 	eeprom.h elf_machdep.h endian.h endian_machdep.h \
     11  1.10.2.1  nathanw 	fbio.h float.h frame.h \
     12  1.10.2.1  nathanw 	idprom.h ieee.h ieeefp.h \
     13  1.10.2.1  nathanw 	int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
     14  1.10.2.1  nathanw 	intr.h \
     15  1.10.2.1  nathanw 	kbd.h kbio.h kcore.h \
     16  1.10.2.1  nathanw 	leds.h limits.h lock.h \
     17  1.10.2.1  nathanw 	math.h mc68851.h mon.h \
     18  1.10.2.1  nathanw 	param.h param3.h param3x.h pcb.h pmap.h pmap3.h pmap3x.h \
     19  1.10.2.1  nathanw 	proc.h profile.h psl.h pte.h pte3.h pte3x.h ptrace.h \
     20  1.10.2.1  nathanw 	reg.h \
     21  1.10.2.1  nathanw 	setjmp.h signal.h stdarg.h svr4_machdep.h \
     22  1.10.2.1  nathanw 	trap.h types.h \
     23  1.10.2.1  nathanw 	varargs.h vmparam.h vmparam3.h vmparam3x.h vuid_event.h \
     24  1.10.2.1  nathanw 	z8530var.h
     25       1.1      cgd 
     26       1.1      cgd .include <bsd.kinc.mk>
     27