Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.1
      1  1.1  cgd #	$NetBSD: Makefile,v 1.1 1998/06/12 23:22:46 cgd 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.1  cgd INCS=	ansi.h aout_machdep.h asm.h autoconf.h cdefs.h cg2reg.h cpu.h \
      7  1.1  cgd 	db_machdep.h disklabel.h dvma.h dvma3.h dvma3x.h eeprom.h endian.h \
      8  1.1  cgd 	fbio.h float.h frame.h idprom.h ieeefp.h kbd.h kbio.h kcore.h leds.h \
      9  1.1  cgd 	limits.h mc68851.h mon.h param.h param3.h param3x.h pcb.h pmap.h \
     10  1.1  cgd 	pmap3.h pmap3x.h proc.h profile.h psl.h pte.h pte3.h pte3x.h ptrace.h \
     11  1.1  cgd 	reg.h setjmp.h signal.h stdarg.h sun_disklabel.h trap.h types.h \
     12  1.1  cgd 	varargs.h vmparam.h vmparam3.h vmparam3x.h vuid_event.h z8530var.h
     13  1.1  cgd 
     14  1.1  cgd .include <bsd.kinc.mk>
     15